diff --git a/.htaccess b/.htaccess index d2b9ae67457ba732be6b7fc86ae387450d2703ae..e59cd99a512efb19ff4763e1ef01aaf3b1d4e82f 100644 --- a/.htaccess +++ b/.htaccess @@ -123,7 +123,7 @@ DirectoryIndex index.php index.html index.htm <FilesMatch "(\.js\.gz|\.css\.gz)$"> # Serve correct encoding type. - Header append Content-Encoding gzip + Header set Content-Encoding gzip # Force proxies to cache gzipped & non-gzipped css/js files separately. Header append Vary Accept-Encoding </FilesMatch>