1
0
Fork 0

Add redirect for resume

This commit is contained in:
Aaron Lindsay 2011-04-14 20:53:33 -06:00
parent 3b698f0062
commit e8c37271a4
1 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,10 @@ RedirectMatch 404 /\\.git(/|$)
RedirectMatch 404 /\\.gitignore$
#Deny access to php.ini from web
RedirectMatch 404 ^/php.ini$
#Re-direct from old blog location to the new
#Redirect from old blog location to the new
RedirectMatch 301 ^/home/(.*) /blog/$1
RedirectMatch 301 ^/home /blog/
#Redirect from old resume position to new
RedirectMatch 301 ^/Resume.pdf /resume/AaronLindsay-Resume.pdf
RedirectMatch 301 ^/Resume.tex /resume/AaronLindsay-Resume.tex