Is there a way to eneble gzip compression for the output sent to browsers? I searched the forum for "gzip", but there is only 1 thread about it, and no useful answers... Yes, images have an higher weight and that sucks bandwidth, but i would like to enable compression however, i use it already on the same site http://www.slide-show.net for phpbb and mambo, with great improvements. Thanks in advance. ;-)
I was wondering the same... I tried:
<IfModule mod_php4.c>
php_flag zlib.output_compression on
php_value zlib.output_compression_level 2
</IfModule>
but that didn't compress any html so far hmmmm
OK, don;t try the config above - doesn't work with CM's flush() concept...