2

After installing wampserver, I tried accessing localhost and apparently it doesn't seem to work. It says that localhost refuses connexion. Here's what I've done.

  1. Check if port 80 was used and I don't have any Skype and IIS is using another port. No service are actually using port 80.
  2. Changed these lines in httpd-conf file

    Listen 0.0.0.0:80
    Listen [::0]:80
    

    to

    Listen 0.0.0.0:8080
    Listen [::0]:8080 
    

    and

    ServerName localhost:80
    

    to ServerName localhost:8080

    restart all services and typed http://localhost:8080 and still doesn't work.

  3. Visual Studio 2012 : VC 11 vcredist_x64/86.exe is already installed.

  4. Searched everywhere and still doesn't help me. Wampserver icon stays red.

Help will be greatly appreciated, I've searched for many hours and it won't work, I'm desperate.

P.-S. I'm using Windows 7 Professional

Emily Chiu
  • 112
  • 1
  • 12

0 Answers0