]
Quote:
Originally posted by whizkid
Hi,
try setting following PHP code at the top of all PHP sites, whom you want to have GZ compression activated:
PHP Code:
ob_start("ob_gzhandler");
whizkid
|
erm... sorry for newbie question... do I have to set it in all php pages or in all templates or... ? I'm just lost...
If it's in templates, can I just set it in the header?