> > 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.
Yea, that occured to me as well, but I haven't actually tried it. I -know- SetOutputFilter works :-) Bill
