I recently reinstalled WAMP. I keep getting this error:
404 Not Found
Not Found
The requested URL / was not found on this server.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hit start, type
services.msc, scroll down and look forwampmysqldandwampapache. Make sure both are listed and started. If not, do the following:If they are not present, click the Wampserver icon, select the service (Apache for wampapache and MySQL for wampmysqld), then Service, then Install Service
If there are present but not started, try starting them. You can right click them, properties and click Start (and if you like set them to automatically start too to start when Windows does) or you can do the same as the previous step from the WampServer icon.
Check if apache is running on port 80 or 8080. Try this, to see the apache config and find the port:
httpd -t(you run this from a command prompt – start -> run -> cmd).Note that if the wamp/apache/Apachex.x.xx/bin folder isn’t in your PATH variable you will need to navigate to that folder in the command prompt or shift+right click inside the folder and select
Open Command Window Here.