From e8c37271a4bbeadafceb1599f221b8ba82a0a04f Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Thu, 14 Apr 2011 20:53:33 -0600 Subject: [PATCH] Add redirect for resume --- .htaccess | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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