1
0

Redirect /home/ to /blog/

This commit is contained in:
Aaron Lindsay 2011-03-22 22:21:26 -06:00
parent c7bd13baf5
commit dd2a78f783

View File

@ -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