From: Mischa POSLAWSKY Date: Tue, 29 Jun 2010 17:33:28 +0000 (+0200) Subject: htaccess: only enable apache deflate option if present X-Git-Tag: v1.4~132 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/de59372b51cfb0d344257ae0287ce344abcdda77?hp=623f13261203dcd5c851d177c1033766eeff69b9 htaccess: only enable apache deflate option if present --- diff --git a/.htaccess b/.htaccess index 4b642c1..aaebe0c 100644 --- a/.htaccess +++ b/.htaccess @@ -20,5 +20,7 @@ RewriteCond %{REQUEST_FILENAME}.plp -f RewriteRule ^/*([^/]+)(.*) $1.plp$2 # compress html output if accepted by client + AddOutputFilterByType DEFLATE text/html +