I was told this would be easy...
Posted by: xoxidine (---.hsd1.ca.comcast.net)
Date: October 09, 2013 09:27PM

I installed WAMP SERVER (32 BITS & PHP 5.3) 2.2E and absolutely nothing works. I don't understand.

localhost/phpmyadmin/
Forbidden
You don't have permission to access /phpmyadmin/ on this server.

localhost
Forbidden
You don't have permission to access /phpmyadmin/ on this server.

localhost:80
Forbidden
You don't have permission to access /phpmyadmin/ on this server.

I installed it to C:\wamp. I have my website files in C:\wamp\www\adam\ and no file I preview in there is viewable.

localhost/adam/index.htm
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.



Edited 1 time(s). Last edit at 10/09/2013 09:28PM by xoxidine.

Options: ReplyQuote
Re: I was told this would be easy...
Posted by: RiggsFolly (---.as13285.net)
Date: October 13, 2013 01:04PM

This sounds like an IPV4 / IPV6 issue!

you need to change the security setting used by Apache so:

Edit httpd.conf ( use the wampmanager menus )

left click wampmanager -> Apache -> httpd.conf

Look for this section

<Directory "d:/wamp/www/">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # [httpd.apache.org]
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride all

    #
    # Controls who can get stuff from this server.
    #

#   onlineoffline tag - don't remove
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1

</Directory>

And change this line

Allow from 127.0.0.1

to

Allow from 127.0.0.1 ::1 localhost

This should get localhost working


Then edit these files

C:\wamp\alias\phpmyadmin.conf
C:\wamp\alias\sqlbuddy.conf
C:\wamp\alias\webgrind.conf

Find that line again and make the same change. This should fix phpmyadmin and the other aliased tools.

Options: ReplyQuote
Re: I was told this would be easy...
Posted by: xoxidine (---.hsd1.ca.comcast.net)
Date: October 15, 2013 01:34AM

I made the changes, stopped all services, started all services. Going straight to localhost gives me the WampServer home page. Clicking on my folder listed under "Your Project", I get:

[localhost]

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Options: ReplyQuote
Re: I was told this would be easy...
Posted by: RiggsFolly (---.as13285.net)
Date: October 15, 2013 03:08AM

It sound like a problem with your site.

Can you try a simple php script placed in c:\wamp\www\test\index.php

Something like this:

<?php
   echo 'Hello World';
?>

Does that run and give info to the browser?

Options: ReplyQuote
Re: I was told this would be easy...
Posted by: xoxidine (---.hsd1.ca.comcast.net)
Date: October 15, 2013 03:25AM

Same thing. I don't think it's a PHP problem, as I can't even view an HTML page:

[localhost]
[localhost]

Both give the same error

Options: ReplyQuote
Re: I was told this would be easy...
Posted by: RiggsFolly (---.as13285.net)
Date: October 15, 2013 10:26AM

Install TeamViewer and I will troubleshoot for you.

Install TV, then run it.

Do this before attempting a connection.

How to Configure Team Viewer so it does not require port 80 or 443

Run TV
Extras -> Options -> Advanced -> Press the Advanced Button -> Advanced Network Connections

Check the checkbox saying [ Dont use incomming port 80 (recommended for web servers only ) ]
Stop and restart TV.

Then
Send me a Private Message containing the TV ID and PASSWORD so I can connect.
Leave TV running as it will change the password each time you restart it.

I am on UK time (GMT+1) and am normally available 09:00 - 16:00 and sometimes later into the evening.

Options: ReplyQuote
Re: I was told this would be easy...
Posted by: karsho (59.97.38.---)
Date: April 22, 2014 08:21AM

You can get Easy and best 4 way Solutions from: [www.steptoinstall.com] site. see this Link wamp 500 Internal Server Error .htaccess

Options: ReplyQuote
Re: I was told this would be easy...
Posted by: cader (41.136.77.---)
Date: April 22, 2014 09:27AM

i download wampserver 64bit with php5.4, i goes through all the steps.it works well up to installation php parameters and also got SMTP:localhost button and click on finish button, run application .it works for a few minutes installing then a message cropped up:Application error: Exception exception n module wampmanager.exe at OOF15AOO.

my computer is 64bits


Anyone can help

Options: ReplyQuote
Re: I was told this would be easy...
Posted by: RiggsFolly (---.as13285.net)
Date: April 22, 2014 09:49AM

Please make sure you have the latest version of all of these Microsoft C/C++ Redistributable runtime libraries.

The 2008 Redist is used by wampmanager (needs 32bit redist even on 64bit WAMP/Windows)
The 2010 Redist is used by some versions of Apache ( depending on compiler used )
The 2012 Redist is used by some versions of Apache ( depending on compiler used )

FOR WAMP 32bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) [www.microsoft.com]
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) [www.microsoft.com]

If you are using WampServer 2.4
Microsoft Visual C++ 2012 [www.microsoft.com]
And select vcredist_x86.exe


FOR WAMP 64bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) [www.microsoft.com]
Yes you need the x86 Package regardless
Microsoft Visual C++ 2008 Redistributable Package (x64) [www.microsoft.com]
Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) [www.microsoft.com]
If you are using WampServer 2.4
Microsoft Visual C++ 2012 [www.microsoft.com]
And select vcredist_x64.exe

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote


Sorry, only registered users may post in this forum.