From 15c17c67509329f7513cad9a6bf2a9ecabfbbf94 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 5 Apr 2020 16:55:00 +0200 Subject: [PATCH] Check if mod_deflate is enabled (fixes #270) --- .htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index bd361a4..4b254b0 100644 --- a/.htaccess +++ b/.htaccess @@ -26,7 +26,9 @@ FileETag None - AddOutputFilterByType DEFLATE text/css text/html application/javascript font/truetype + + AddOutputFilterByType DEFLATE text/css text/html application/javascript font/truetype +