Jump to content

ob_start("ob_gzhandler") does not show compression in headers


rubing

Recommended Posts

Hey all,

 

 

I am on shared hosting, which does not support compression via the appropriate apache mod.  So, I am trying to compress my pages using php.  However, when I look at the headers it does not report any compression, just regular old chunk.

 

At the top of the page I call:

 

 ob_start("ob_gzhandler");

 

And then at the bottom:

ob_flush();

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.