Wamp Server error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
moinshaikh
Forum Commoner
Posts: 27
Joined: Tue Jan 18, 2011 3:40 am
Location: India

Wamp Server error

Post by moinshaikh »

Hi all,

I have been using wamp server since last one and half year. Everything was working well, but suddenly something went wrong and (i didnt install any new software) wamp stopped working, i thought there may be some virus issue or application conflict but nothing found upon scanning. Since then i re-installed wamp 3 times but still getting same error. Error is : HTTP Error 404. The requested resource is not found.

I am very frustrated with this, please help.
User avatar
Tiancris
Forum Commoner
Posts: 39
Joined: Sun Jan 08, 2012 9:54 pm
Location: Mar del Plata, Argentina

Re: Wamp Server error

Post by Tiancris »

May be your "hosts" file was modified or corrupted (antivirus, antispywares or even automatic updates of Windows can modify this file).
Check that you have this line enabled:
[text]127.0.0.1 localhost[/text]
This file is located at:
c:\windows\
or
c:\windows\system32\drivers\etc\
(depending of your system)

I use Windows Vista and when I tried to install XAMPP I had to manually edit this file to make it work.
Post Reply