Error 404: Difference between revisions
mNo edit summary |
|||
Line 8: | Line 8: | ||
A 404 error 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. A 404 error indicates that the requested resource may be available again in the future; however, the fact does not guarantee the same content. | A 404 error 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. A 404 error indicates that the requested resource may be available again in the future; however, the fact does not guarantee the same content. | ||
== Client side Error == | |||
Technically, an Error 404 is a client-side error, implying that the error is your mistake, either because you typed the URL in wrong or the page has been moved or removed from the website and you should have known. <ref>[http://pcsupport.about.com/od/findbyerrormessage/a/404error.htm PC-Support], Error 404, How You Might See the 404 Error.</ref>. | |||
== See also == | == See also == |
Revision as of 08:57, 8 June 2013
The 404 or Not Found error message is a HTTP standard response code indicating that the client was able to communicate with the server, but the server could not find what was requested. [1].
The web site hosting server will typically generate a "404 Not Found" web page when a user attempts to follow a broken or dead link; hence the 404 error is one of the most recognizable errors users can find on the web.
A 404 error 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. A 404 error indicates that the requested resource may be available again in the future; however, the fact does not guarantee the same content.
Client side Error
Technically, an Error 404 is a client-side error, implying that the error is your mistake, either because you typed the URL in wrong or the page has been moved or removed from the website and you should have known. [2].
See also
- W3-org, List of HTTP-Status code.
Reference
- ↑ Wikipedia, HTTP-Error 404.
- ↑ PC-Support, Error 404, How You Might See the 404 Error.