WAMP in Windows 8 access forbidden using localhost
127.0.0.1 works fine, just not localhost. Edit httpd.conf, changing:
Listen 80
to:
Listen 0.0.0.0:80
127.0.0.1 works fine, just not localhost. Edit httpd.conf, changing:
Listen 80
to:
Listen 0.0.0.0:80