02-23-2012, 10:57 PM
Yeah, I think I saw that in my endless search through Google for an answer. I ended up trying to do it with the tag in the .htaccess instead and it's still ignored. Check it:
Going to try asking the peer-support forums. It could be that the method won't work in conjunction with mod_deflate.
Also, I think I'll play with some CSS sprites to see what I can do to lower the number of requests. I really like optimizing stuff. Just ask Taran about my static-management obsession.
Quote:#Gzip
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
SetOutputFilter DEFLATE
#End Gzip
Going to try asking the peer-support forums. It could be that the
Also, I think I'll play with some CSS sprites to see what I can do to lower the number of requests. I really like optimizing stuff. Just ask Taran about my static-management obsession.