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: , , , , , , ,

Leave a Reply