Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
To explain it a bit further, 404 is the status code returned by the server to a request.
100-199 is the "informational" range
200-299 is the "successful" range
300-399 is the "redirection" range
400-499 is the "error" range.
500-599 is the "server error" range
Quote:
404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
|
You have a full list there, on the w3c http protocol reference:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
__________________
Only a biker knows why a dog sticks his head out the window.
|