Add redirect for resume
This commit is contained in:
		| @@ -13,6 +13,10 @@ RedirectMatch 404 /\\.git(/|$) | |||||||
| RedirectMatch 404 /\\.gitignore$ | RedirectMatch 404 /\\.gitignore$ | ||||||
| #Deny access to php.ini from web | #Deny access to php.ini from web | ||||||
| RedirectMatch 404 ^/php.ini$ | 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/$1 | ||||||
| RedirectMatch 301 ^/home /blog/ | 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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user