posts tagged ‘.htaccess’

.htaccess RewriteEngine On

May 21st, 2009

I implemented an .htaccess Rewrite for whatit.be today and figured I would post it for my own reference and for anybody else who doesn’t read this shit. Anytime I setup a new website or even domain, this is one of the first things to be done.

read the rest of this entry »

tags: , ,
posted in web | no comments »


http status codes

March 13th, 2009

Researching 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: , , ,
posted in web | no comments »