How To Solve HTTP Error 404 The Requested Resource Is Not Found WAMP?

Asked By 20 points N/A Posted on -
qa-featured

I am currently learning PHP. I have installed WAMP server on my computer. I am trying to load a webpage created by me. But it always displays, HTTP error 404 the requested resource is not found WAMP. Please help.

SHARE
Answered By 0 points N/A #292925

How To Solve HTTP Error 404 The Requested Resource Is Not Found WAMP?

qa-featured

The error code 404 signifies that the URL that you want to access is not present. Please follow the steps below to solve your problem.

  1. Make sure you have typed the URL of the webpage correctly.
  2. You need to type Localhost before the URL to signify that WAMP is going to run and host this webpage.
  3. Try typing 127.0.0.1 instead of local host.

Related Questions