Jump to content

WAMPs don't work on my Windows XP Sp3


Hamzeh

Recommended Posts

Hi. I have a big problem. I have installed IIS before. Then I uninstalled IIS to install WampServer. WampServer installed. But "localhost" not working and the WampServer is always offline. Then I tried EasyPHP, XAMPP, AppServ, and others. But they have same problem. Localhost/127.0.0.1 doesn't work. Port 80 is not busy. I don't know what should I do? Does IIS damaged windows registry or localhost? Do I need to install Windows again? Please help me.

Link to comment
https://forums.phpfreaks.com/topic/182780-wamps-dont-work-on-my-windows-xp-sp3/
Share on other sites

Check your hosts file (c:\windows\system32\drivers\etc\hosts) and make sure it has localhost as 127.0.0.1 Then ensure you no longer have ANY server software installed (check Add/Remove programs for all of them) also check running services (type services.msc into the run dialog). Restart Windows. Once everything is definately removed choose which one you wish to use and start from scratch.

Check your hosts file (c:\windows\system32\drivers\etc\hosts) and make sure it has localhost as 127.0.0.1 Then ensure you no longer have ANY server software installed (check Add/Remove programs for all of them) also check running services (type services.msc into the run dialog). Restart Windows. Once everything is definately removed choose which one you wish to use and start from scratch.

 

Which services must be disabled?

Which did you install in the end? Xampp? If so simply place a PHP file into c:\xampp\htdocs\ (that's default, if you've changed it, then hopefully you know what to) then open the browser and go to http://localhost/nameofscript.php

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.