Looking through google and SA I've noticed similar questions but all of them were referring to modifying some Apache rules. I CANNOT modify Apache rules.
My question is how can I link to a CSS / JS file that is gzipped already? I've tried setting the proper headers:
Content-Encoding: gzip
Content-Type: text/css
but it doesn't work. What's the proper way to do this?