I have installed wampserver 2.5 in windows 8. When I click on project in local host is is redirecting to only the project name. Lets take the project name as project1 , when I click on the folder in local host it is directing to project1 it supposed to direct to localhost/project1 something like that.
I have seen some answerers here and changed line 30 in index.php file in www directory. I haven't changed the port at all. And still now it was not opening. It is directing to localhost/project1 but index.php file in project1 was nt displaying. It is saying internal server error.
if you already changed line 30 in index.php
to
it should be ok, could you bring what is contents of your project1/index.php ? also check your /wamp/logs/apache_error.log for details.