http status codes
March 13th, 2009Researching http status codes and came across a massive list on wikipedia. They organize it by the first digit of the status code, specifying to which class it belongs: 1xx Informational, 2xx Success, 3xx Redirection, 4xx Client Error, and 5xx Server Error. You have the common 301 Moved Permanently, 302 Found, 303 See Other, 401 Unauthorized, 403 Forbidden, 404 Not Found, and 500 Internal Server Error listed accordingly. While looking through all of them, I noticed a client error 418 I’m a teapot, defined by the April Fools’ specification RFC 2324. All the extra documentation about HTCPCP only baffled me more. The most serious joke I’ve come across.
tags: .htaccess, baffled, development, reference
posted in web |
no comments »