I’m trying to compress my pages with either gzip or deflate. My set the settings on my EE to gzip, and its working on the pages outputted by EE. It doesnt compress my CSS, nor the JS.
I decided to make the JS external, and tried the following code to compress:
<Files *.js>
#Compress
SetOutputFilter DEFLATE
</Files>
Any of you guys have some advice for getting it done?