The port is clear, and I have Skype listening on a different port, I just installed WAMP and I have attempted to restart the server.
The tray icon is perpetually RED despite me restarting and starting.
The error Google Chrome sends me when I attempt to visit localhost is: Google Chrome's connection attempt to localhost was rejected. The website may be down, or your network may not be properly configured.
Any input as to go about getting WAMP working?
Most likely port 80 is already in use. You'll have to open your httpd.conf file and change
to something else like
Start your server and then instead of navigating to
navigate to
netstat -ano|find ":80"
in command-linehave a look into Windows Event log
use a portscanner that dedects other services listening on port 80 (I think wampserver and xampp do have such a tool included)
have a look into apache log
check your local windows firewall