| Mod Deflate Mod_deflate |
wiseapple

msg:4130840 | 3:08 pm on May 11, 2010 (gmt 0) | Is anyone using the mod_deflate to compress files? Just curious if any issues. Google Webmaster tools is reporting my site is a bit slow and would like to compress the content. Appreciate any thoughts and ideas. Thanks. Here is an example usage: # compress all text & html: AddOutputFilterByType DEFLATE text/html text/plain text/xml # Or, compress certain file types by extension: <Files *.shtml> SetOutputFilter DEFLATE </Files>
|
|