Quote:
Originally posted by 99SIVTEC
By adding the following lines of code to index.php you can gzip the output of this hack making it use far less bandwidth when users view it. Best of all the search engines can still spyder gzipped pages.
PHP Code:
<?php
global $nozip;
$nozip=1;
ob_start("ob_gzhandler");
Just cut and paste that into the very top of the index.php file i nthe archive directory
|
My vb is zipped with zlib. Is it possible to gzip the archive in the same way?