Mod_Gzip, Apache, PHP

johnyrot

New member
Hi Guys

I am using the following headers and they are working fine.

Header('Cache-Control: no-cache');
Header('Pragma: no-cache');

However I just recently installed mod_zip. The problem is mod_zip is working but the pages are now being cached. When I turn off mod_zip the files dont get cached. When I enable it appears it is ignoring all my headers.

I need help getting my server to run mod_gzip and not cache my pages. Those are the only headers I am using in my file.

Please help, Im stumpf.
 
Top