X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/88747cefcce3baebfa96cdd1ab99c4e96d0ddd5a..23a77ad01b96149db5e07121c09481dd1c5d9b4a:/.htaccess diff --git a/.htaccess b/.htaccess index bd6e1a7..3e99fe8 100644 --- a/.htaccess +++ b/.htaccess @@ -3,6 +3,9 @@ DirectoryIndex index.plp RewriteEngine on RewriteBase / +# redirect old location +RewriteRule ^vim$ /vi [R=301] + # serve vim commands when requesting /digraphs.ex as well RewriteRule ^(digraphs)\.ex(/.*)?$ $1.vim$2