Advertisement
sandyd

Untitled

Aug 22nd, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # BEGIN W3TC Page Cache cache
  2. FileETag None
  3. AddDefaultCharset UTF-8
  4. <IfModule mod_mime.c>
  5. AddType text/html .html_gzip
  6. AddEncoding gzip .html_gzip
  7. AddType text/xml .xml_gzip
  8. AddEncoding gzip .xml_gzip
  9. </IfModule>
  10. <IfModule mod_deflate.c>
  11. SetEnvIfNoCase Request_URI \.html_gzip$ no-gzip
  12. SetEnvIfNoCase Request_URI \.xml_gzip$ no-gzip
  13. </IfModule>
  14. <IfModule mod_headers.c>
  15. Header set X-Pingback "http://lkazman.sandyd.me/xmlrpc.php"
  16. Header set X-Powered-By "W3 Total Cache/0.9.2.4"
  17. Header set Vary "Accept-Encoding, Cookie"
  18. </IfModule>
  19. # END W3TC Page Cache cache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement