View Single Post
  #2  
Old 11-11-2008, 09:23 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
Use a rewrite rule in .htaccess to disable it

RewriteRule . - [E=no-gzip:1]

Above rule will disable it globally. however, you can customize the rewrite to disable gzip selectively.
Reply With Quote