
12-23-2011, 03:01 AM
|
|
LiteSpeed Staff
|
|
Join Date: Sep 2009
Posts: 2,218
|
|
Quote:
|
But my guess is that litespeed sees text/html content-type and tries to re-encode it with gzip because the filetype (html.gz) is not excluded.
|
not sure if this rewriterule will help:
RewriteRule \.html\.gz$ - [E=no-gzip:1]
put it just before super-cache rules.
|