Wamp is on but showing 404 Not Found not able to access any project

4k views Asked by At

My wamp server is ON but it showing 404 Not Found I am not able to access any project as well as phpmyadmin also. I am facing this problem first time how it comes and how to resolve it.

Skype is not on my system so it cant be that.

enter image description here

1

There are 1 answers

6
Bruce On BEST ANSWER

Try this

Open index.php in www folder and set

change this `$suppress_localhost = true;`

to `$suppress_localhost = false;`

or Check whether any other application using your port(80)...

Restart

ust go to test port 80. If its being used by another process, you can defined your own port at httpd.conf Search and find the following string on file httpd.conf1

Listen 80

and change to

Listen {to desired port like 8888}

If the above method did not work try this

Try this solutions one by one.

Solution 1:

If you using Windows 7, click the “show hidden icons buttons” in taskbar right hand side. Left click WAMPSEVER icon.

Go to Apache > Apache modules >. Scroll down mosule list. Find “rewrite_module” and choose a tick mark. If you check this Wamp Server automatically restarted. Now check your problem is solved.

Solution 2:

Check your Wamp server icon in the task bar showing “green” or “yellow” color. If it show green color, everything ok. but if it show yellow color, you need to check all services are running correctly.

Click Start button in your Windows OS. Type services.msc and press enter button. Its open Services popup window. Scroll down and find wampmysqld andwampapache services. If it status showing “started”, everything ok. But its not show any status, right click and choose start option.