X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/dfe70494e786fc038d0f82b6e16c4b3388493a27..4f4c79b0fd9e7fb10c1059c90b581dfc4f35fdac:/.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 +