I installed Wampserver in Windows 8. and changed the .conf files in the alias folder according to various answers I found online. But the localhost only loads in Chrome and Mozilla when I type 127.0.0.1. I do get PHPMyAdmin and SQLBuddy via 127.0.0.1, but the server is not reading the PHP files in my www folder.
Here is my phpadmin.conf file:
Alias /phpmyadmin "c:/wamp/apps/phpmyadmin3.5.1/"
<Directory "c:/wamp/apps/phpmyadmin3.5.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny
Allow from all
</Directory>