Windows – Cannot find local host via browser – can ping localhost and 127.0.0.1 ok

localhostpingwampwindows 7

I have installed wampserver to start up some PHP-scripting, but cannot call localhost
nor 127.0.0.1 via Chrome, Firefox or IE8.

I have made sure that my host-file says 127.0.0.1 localhost
I have run gpupdate /force and ipconfig /flushdns and reboot – but still no success.

The solutions above – I have gotten from other forums – but still
when I type http://localhost or http://127.0.0.1 in the browsers I get nowhere.

I get fine answers from both localhost and 127.0.0.1 when I ping them.

Best Answer

Did you start the service for Apache and PHP at least? Image below shows where to start all services.

enter image description here

http://www.installationwiki.org/WAMP

Related Question