opencart 开启 gzip

.htaccess添加下面代码

#开启gzip
<ifmodule mod_deflate.c>  
AddOutputFilter DEFLATE html xml php js css jpg jpeg gif png  
</ifmodule>

  

posted on 2019-06-11 11:43  Flameman  阅读(212)  评论(0编辑  收藏  举报