<?phpAbove code is present at the top of all pages.
ob_start( 'ob_gzhandler' );
?>
Following is the .htaccess hack, required because I moved the extension of the pages from .html to .php and some pages stayed in .html land
AddHandler application/x-httpd-php .htmlCheers,
AddHandler application/x-httpd-php .htm
Steve