Is there anyone in this forum that can help me?
I am new to all this php and apache stuff and so i thought I would get WAMP as it seemed so simple to install. However even though it installed with no error messages I find that I still can not run php files from my working folders, ie : c:\wamp\www\client1.com or c:\wamp\www\client2.co.uk etc.
When I run localhost from the Wamp utility I get a list of all my clients folders come up. But when I click on once with a php index file I get the following error..:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
...............
Can anyone assist me please?
Thanks in anticipation,
Lloyd Codrington - Bluespot Network Ltd
Php files won't display using WAMP 5
Moderator: General Moderators
Locate your httpd.conf file on your harddisk - most probably C:\Program Files\Apache Group\Apache2\conf
You should have index.php here
If not then search for where DirectoryIndex is located and add index.php
You should have index.php here
Code: Select all
DirectoryIndex index.php index.html index.htm