Error 404: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{TOCright}} 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 ..." |
|||
Line 11: | Line 11: | ||
== See also == | == See also == | ||
<span class="editsection">[[#content|top]]</span> | <span class="editsection">[[#content|top]]</span> | ||
* [http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html W3-org], List of HTTP-Status code. | |||
== Reference == | == Reference == |
Revision as of 08:54, 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.
See also
- W3-org, List of HTTP-Status code.