diff --git a/.htaccess b/.htaccess index 7ccb6a2..b572439 100644 --- a/.htaccess +++ b/.htaccess @@ -131,7 +131,7 @@ DirectoryIndex index.php index.html index.htm # Serve correct content types, and prevent mod_deflate double gzip. RewriteRule \.css\.gz$ - [T=text/css,E=no-gzip:1] - RewriteRule \.js\.gz$ - [T=text/javascript,E=no-gzip:1] + RewriteRule \.js\.gz$ - [T=application/javascript,E=no-gzip:1] # Serve correct encoding type.