How To Fixed Wamp Server Offline Error


After the installation of the WampServer in your Window, You are unable to start the WampServer. It remains in Yellow Status for long time. Here are some steps that may find useful to start wampserver.


How to Start WampServer :

  1. Click on the WampServer Icon in the system tray menu
  2. Click on the “start all service” menu.
After some time the WampServer icon will turns green, suppose the icon still shows WampServer is offline then it may be port issue so we need to do following steps to solve the issue –

WampServer Post Issue :

Now we can do following steps to sort out this issue –
  1. We need to open the following file from the path –
  2. c:\wamp\bin\apache\Apache2.2.11\conf\httpd.conf
  3. In the file Search for Listen 80
  4. Change the line “Listen 80” to “Listen 8080” (You can choose any available port number)
  5. Save the file and close it
  6. Then open http://localhost:8080/ in the browser (8080 is the port number you have just changed)

WampServer Service Issue :

Sometimes we need to start the wampserver window service manually to start WampServer, Lets see how we can start the server manually –
  1. Press Windows + R, to open Run.
  2. Type services.msc and hit enter.











  1. The list of all the running Services will be shown in the windows
  2. Firstly confirm that wampapache & wampmysqld services are started if not please start these services manually.
  3. Right click wampapache and then click start. Do the same for wampmysqld too.













I hope, you will start the WampServer without any issue. If any problem post your comment in comment box.

0 Comments:

Post a Comment