Talk:Htaccess tricks
From DreamHost
Gzip files
i was able to accomplish it by adding this code, i 'm a super newb on the .htaccess front, but this worked for me...if you have any suggestions please add them.
<FilesMatch "\\.(js|css|html|htm|php|xml)$"> SetOutputFilter DEFLATE </FilesMatch>

