mplayer: add command modes and option classes
[sheet.git] / .htaccess
1 DirectoryIndex index.plp
2
3 RewriteEngine  on
4 RewriteBase    /
5
6 # serve vim commands when requesting /digraphs.ex as well
7 RewriteRule    ^(digraphs)\.ex(/.*)?$ $1.vim$2
8
9 # add .plp if a file exists with .plp appended (topdir only)
10 RewriteCond    %{REQUEST_FILENAME}.plp  -f
11 RewriteRule    ^/*([^/]+)(.*)           $1.plp$2
12
13 # compress html output if accepted by client
14 AddOutputFilterByType DEFLATE text/html
15