Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wamp Server Offline error [duplicate]

Tags:

wamp

Some of you might get the “Server Offline” error after you install WAMP on your windows 7 system. This happens if IIS server was installed in the system prior to the installation of WAMP thus creating the clash of the port address where both the servers are trying to access

like image 394
Swal Of Avatar asked Jun 07 '12 06:06

Swal Of


1 Answers

first of all if you are using SKYPE try to change the port by opening Skype, then:

  • Tools menu
  • Options
  • Advanced Options
  • Connections
  • Then uncheck "Use port 80 and 443 ......"
  • save
  • restart Skype

second if the problem still exists try to find if you are using - or was using - other Apache server (for example XAMPP server), if so try to remove it and after removing it, go to regedit by:

  • press on keyboard the "windows" button + "r" button, this will open the Run command
  • type "regedit" (without "")
  • open Edit menu then Find (you can press "CTRL" button + "F" button)
  • search for anything belongs to the other apache server and delete it (You should be careful while you are doing this step)
like image 152
usama sulaiman Avatar answered Sep 17 '22 12:09

usama sulaiman