Is there a way to disable zlib output compression on select files? The problem I am having is IE won't load my css files when I turn on zlib.output_compression (since I'm using php to dynamically create them). What could I do to make php only compress .php files and leave the .css ones alone?
thanks