From de59372b51cfb0d344257ae0287ce344abcdda77 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 29 Jun 2010 19:33:28 +0200 Subject: [PATCH] htaccess: only enable apache deflate option if present --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) 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 + -- 2.30.0