Advertisement
Guest User

httaccess

a guest
Apr 30th, 2015
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <IfModule mod_deflate.c>
  2. <IfModule mod_headers.c>
  3. Header append Vary User-Agent env=!dont-vary
  4. </IfModule>
  5. 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
  6. <IfModule mod_mime.c>
  7. # DEFLATE by extension
  8. AddOutputFilter DEFLATE js css htm html xml
  9. </IfModule>
  10. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement