Thread: Double Gzip?
View Single Post
  #3  
Old 01-27-2010, 03:03 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,216
I studied this case, has some progress.

access:
http_://174.120.219.172/
same output as said:
�������=ks

http_://174.120.219.172/?xxx
can see some normal output but not all.

checking .js and .css files, they are in gzip format, there's the cause why the page not display correctly.

comparing with output of normal .js and .css file in firebug, there is a "Content-Encoding: gzip" in response headers.

so you compress the .js and .css files yourself, but not give "Content-Encoding: gzip" header at the same time. so you may try to add this header for the compressed .css and .js files, see if resolve the issue.
Reply With Quote