#本节用于开启zip压缩,需要开启mod_deflate和mod_headers两个模块。
<ifmodule mod_deflate.c>

DeflateCompressionLevel 6

AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php

AddOutputFilter DEFLATE css js

</ifmodule>


DeflateCompressionLevel 这个是压缩级别,有效值是1-9