.htaccess 404 B

123456789101112131415
  1. # BEGIN W3TC Page Cache cache
  2. AddDefaultCharset UTF-8
  3. FileETag MTime Size
  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_setenvif.c>
  11. SetEnvIfNoCase Request_URI \.html_gzip$ no-gzip
  12. SetEnvIfNoCase Request_URI \.xml_gzip$ no-gzip
  13. </IfModule>
  14. # END W3TC Page Cache cache