forumwiz
May 14 2009, 11:08 PM
Hi is it possible to gzip your site?
My website is called forumwiz.co.uk and I am thinking about transfering to this server if they allow it
swordz
May 14 2009, 11:15 PM
You can't unzip on this server. However, you can if connecting via
www.net2ftp.com.
swordz
forumwiz
May 14 2009, 11:44 PM
I mean can you compress the output pages.
Type in google is my site gzip?
That's what I am trying to do
Braunson
Jun 13 2009, 04:23 AM
ob_gzhandler is a php function, and yes you can gzip your website. The following articles might help to understand how it works and how to implement it into your website.
Your going to want to put this at the head of your php file. I mean the very very top before anything..
CODE
<?php
ob_start("ob_gzhandler");
?>
If you still need help, please do reply!