Closed (duplicate)
Project:
Google Sitemap
Version:
5.x-1.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2007 at 19:32 UTC
Updated:
5 Oct 2007 at 18:36 UTC
Setting zlib compression on inside of php itself causes requests for sitemap.xml to come back as jibberish.
It looks to be a case of double-gzipping, since the files output into /tmp are .xml.gz already (I assume the xmlsitemap module is zipping them down when it writes them), and then when php fulfills the request and outputs back to the client, they're getting squished down again.
Comments
Comment #1
darren ohIs there a way to test whether compression is on?
Comment #2
vacilando commentedSame problem...
Comment #3
darren ohDuplicate of issue 147581.