Guest User

Untitled

a guest
May 5th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <IfModule mod_deflate.c>
  2. AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/javascript text/css application/x-javascript
  3. BrowserMatch ^Mozilla/4 gzip-only-text/html
  4. BrowserMatch ^Mozilla/4.0[678] no-gzip
  5. BrowserMatch bMSIE !no-gzip !gzip-only-text/html
  6. DeflateCompressionLevel 9
  7. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment