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

1

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.

dion

Posted 2011-02-14T20:12:56.053

Reputation: 11

What port did you start your webserver on - and what is the error message you get in your browser? – user151019 – 2011-02-14T22:53:11.313

Answers

2

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

ngen

Posted 2011-02-14T20:12:56.053

Reputation: 1 393