PHP:Enable Output Compression
Paste following code as the beggining in your config file in order compression to be applied to all files.
<?php
ob_start( ‘ob_gzhandler’ );
?>
Tags: all files, beggining, Compression, config, Enable, following, output, Start
This entry was posted
on Monday, June 30th, 2008 at 1:36 am and is filed under PHP.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.