diff --git a/.htaccess b/.htaccess index c5b804f..b936964 100644 --- a/.htaccess +++ b/.htaccess @@ -58,16 +58,6 @@ ##### mod_deflate compresses your output to lower the file size being sent to the client ##### - - AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript - BrowserMatch ^Mozilla/4 gzip-only-text/html - BrowserMatch ^Mozilla/4\.0[678] no-gzip - BrowserMatch \bMSIE !no-gzip !gzip-only-text/html - SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary - Header append Vary User-Agent env=!dont-vary - php_flag zlib.output_compression on - - SetOutputFilter DEFLATE @@ -110,6 +100,7 @@ BrowserMatch \bMSIE !no-gzip !gzip-only-text/html SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary Header append Vary User-Agent env=!dont-vary + php_flag zlib.output_compression on