Advertisement
Guest User

Untitled

a guest
May 24th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. # BEGIN W3TC Browser Cache
  2. <IfModule mod_deflate.c>
  3. <IfModule mod_headers.c>
  4. Header append Vary User-Agent env=!dont-vary
  5. </IfModule>
  6. AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
  7. <IfModule mod_mime.c>
  8. # DEFLATE by extension
  9. AddOutputFilter DEFLATE js css htm html xml
  10. </IfModule>
  11. </IfModule>
  12. # END W3TC Browser Cache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement