Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.38 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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>