Is there a way in .htaccess to specify the minimum file size that mod_deflate should compress? For example, let's say I don't want something below 1K to be compressed. Suggestions? Thank.
There is no way to set the minimum file size in mod_deflate (http://httpd.apache.org/docs/2.0/mod/mod_deflate.html)