diff --git a/.htaccess b/.htaccess index bef70b0..f4de832 100644 --- a/.htaccess +++ b/.htaccess @@ -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