【发布时间】:2010-08-19 09:08:10
【问题描述】:
我有一个本地 wamp 设置并在 apache 中安装了 deflate_module。
我还在 .htaccess 中设置了以下规则。
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript text/javascript application/javascript application/json
</IfModule>
但我如何测试它是否正常工作 - 我如何判断文件是否被 gzip 压缩?
谢谢!
【问题讨论】:
标签: .htaccess gzip wamp compression