rubing Posted June 26, 2008 Share Posted June 26, 2008 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(); Link to comment https://forums.phpfreaks.com/topic/112030-ob_startob_gzhandler-does-not-show-compression-in-headers/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.