From dd2a78f783dbc05669f0ba37842c0582edc72eb4 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Tue, 22 Mar 2011 22:21:26 -0600 Subject: [PATCH] Redirect /home/ to /blog/ --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index f1ee4fe..136716f 100644 --- a/.htaccess +++ b/.htaccess @@ -11,3 +11,4 @@ ErrorDocument 500 /errors/500.php #Deny access to git files (actually, return 404 errors) RedirectMatch 404 /\\.git(/|$) RedirectMatch 404 /\\.gitignore$ +RedirectMatch 301 ^/home/(.*) /blog/$1