# 480 weeks
#<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
#Header set Cache-Control "max-age=290304000, public"
#</FilesMatch>
# 2 DAYS
#<FilesMatch "\.(xml|txt)$">
#Header set Cache-Control "max-age=172800, public, must-revalidate"
#</FilesMatch>
# 2 HOURS
#<FilesMatch "\.(html|htm)$">
#Header set Cache-Control "max-age=7200, must-revalidate"
#</FilesMatch>
#<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
#Header set Expires "Mon, 31 Dec 2012 20:00:00 GMT"
#</FilesMatch>
#RewriteCond %{HTTP_USER_AGENT} MSIE.[56] [I]
#RewriteCond %{HTTP_USER_AGENT} (?!SV1) [I]
#RewriteHeader Accept-Encoding: .* none
|