Redirections in place
I’ve just added a bunch of mod_rewrite rules to my .htaccess
file so that people trying to access old content wont be totally lost. Many of them will still look in vain because the Wiki pages are offline — I still have the database so they might reappear some day when I get a lot of time.
Redirection is cool like that, and because I send back “301 Moved Permanently” headers intelligent software (like Google) will automatically know to update the links.
Leave a comment