X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/cb8c2607408b7b81397c28aedf2b5fcbfde338fe..ff415f6392ee38af55f1657c02d5a0069779b82f:/.htaccess diff --git a/.htaccess b/.htaccess index f322d75..24ee14d 100644 --- a/.htaccess +++ b/.htaccess @@ -3,6 +3,9 @@ DirectoryIndex index.plp RewriteEngine on RewriteBase / +# serve vim commands when requesting /digraphs.ex as well +RewriteRule ^(digraphs)\.ex(/.*)?$ $1.vim$2 + # add .plp if a file exists with .plp appended (topdir only) RewriteCond %{REQUEST_FILENAME}.plp -f RewriteRule ^/*([^/]+)(.*) $1.plp$2