X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/ff415f6392ee38af55f1657c02d5a0069779b82f..ddda836ae83e6ffc5fa9f0b60afc03a3b99ae9e7:/.htaccess diff --git a/.htaccess b/.htaccess index 24ee14d..bd6e1a7 100644 --- a/.htaccess +++ b/.htaccess @@ -10,3 +10,6 @@ RewriteRule ^(digraphs)\.ex(/.*)?$ $1.vim$2 RewriteCond %{REQUEST_FILENAME}.plp -f RewriteRule ^/*([^/]+)(.*) $1.plp$2 +# compress html output if accepted by client +AddOutputFilterByType DEFLATE text/html +