I have just loaded WAMP on my laptop and when I tried to test with the phpinfo file and I get an error saying: The device or resource (localhost) is not set up to accept connections on port 'The World Wed Web service(HTTP)'.
I checked with netstat and 127.0.0.1 is not listed in TCP.
Also checked host file in Windows\system32\etc and 127.0.0.1 = localhost.
Checked httpd config file in Apache and 127.0.0.1 is localhost.
How do you set localhost up as your local server manually?
First off Windows isn't an OS I am familiar with, I use Linux on my Desktop (Ubuntu) and as my workstation (CentOS).
So take these as shots in the Dark that may or may not work...
1. Does disabling your firewall make any difference? 2. If you go into your wamp admin or the ports.conf file and change your port to say 75 then reboot and point the browser url to say 127.0.0.1:75 make any difference (could be a port conflict)