Add redirect for resume
This commit is contained in:
parent
3b698f0062
commit
e8c37271a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user