Posts Tagged ‘beggining’

PHP:Enable Output Compression

Monday, June 30th, 2008

Paste following code as the beggining in your config file in order compression to be applied to all files.
<?php
ob_start( ‘ob_gzhandler’ );
?>