You are only installing the DEFLATE filter on files that end in .html. Try this instead:SetEnv gzip-only-text/html 1 SetOutputFilter DEFLATE
Um, wouldn't: AddOutputFilterByType DEFLATE text/html be better? gzip-only-text/html really isn't needed. Obviously the original config is broken... -- justin
