Knowledgebase: Site Map
How do disable output compression?
Posted by - NA - on 07 December 2010 11:14 AM
|
|
SolutionThe feed manager cannot have any output compression applied to it. Put this in your .htaccess file in your admin directory: mod_gzip_on Off php_value output_handler NULL php_flag zlib.output_compression Off This will only disable the output compression for the feed manager. | |
|
Comments (0)