I am trying to set up mod_deflate to deliver compressed css/js/html content, but am having difficulty getting apache to send the 'content-encoding' header correctly.
I have tried the following, placed in my .htaccess file in the web root:
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-javascript application/javascript text/javascript text/css application/xml
but, checking the headers using firebug, it doesn't appear to be working, even though it does on my local copy of MAMP.
Any ideas?