.htaccess - Compress components with gzip doesn't work -


i use in .htaccess make compression still online services gtmetrics don't have compression.

<ifmodule mod_deflate.c> #the following line enough .js , .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 avoid bugs browsers browsermatch ^mozilla/4 gzip-only-text/html browsermatch ^mozilla/4\.0[678] no-gzip browsermatch \bmsie !no-gzip !gzip-only-text/html  </ifmodule> 

i know there lot of questions , tried many things include google whenever put in .htaccess result same - no gzip compression.


Comments