我在.htaccess中使用它来进行压缩,但是像GTmetrics这样的在线服务仍然说我没有压缩。
<IfModule mod_deflate.c>
#The following line is enough for .js and .css
AddOutputFilter DEFLATE js css
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x- javascript application/javascript
#The following lines are to avoid bugs with some browsers
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
</IfModule>
我知道有很多这样的问题,我尝试过很多东西,包括Google,但每当我输入.htaccess结果都是一样的 - 没有gzip压缩。