[RESOLVED] GZip, how to implement...
Right now i have tried this...
PHP Code:
<? ob_start("ob_gzhandler"); ?>
This is at the very top of my PHP file, however when i test using This tool and its saying that my page isnt GZip enabled :O
Is there anything im missing, i emailed my host, and they say my hosting server support GZip.
Cheers
Re: GZip, how to implement...
Quote: "http://www.meltdownsoftware.co.uk/home.php is gzipped"
Re: GZip, how to implement...
Quote:
Originally Posted by mendhak
Quote: "http://www.meltdownsoftware.co.uk/home.php is gzipped"
Coolio! i now know why it wasnt GZippin'
didnt have that at the very start of my php files