PDA

View Full Version : Http404


jian
12-17-2008, 01:28 PM
what is http 404? i checked my site to know how my keywords doing and found out this

HTTP Status 404 - /confirmlinks/countKeyword.jsp

is there anything wrong with my site?

singab
12-31-2008, 11:57 AM
Error 404 means the web server could not find the file you are trying to use. Make sure it is in the htdocs folder then try again.

Richard Vanderhurst
01-07-2009, 01:05 AM
The 404 or Not Found error message is an HTTP standard response code indicating that the client was able to communicate with the server but either the server could not find what was requested, or it was configured not to fulfill the request and did not reveal the reason why. 404 errors should not be confused with "server not found" or similar errors, in which a connection to the destination server could not be made at all.