daanbakker1995/vanteun/master/wp-content/cache/page_enhanced/.htaccess - Htaccess File

daanbakker1995/vanteun/master/wp-content/cache/page_enhanced/.htaccess

# BEGIN W3TC Page Cache cache
Options -MultiViews
<Files ~ ".(html|html_gzip|xml|xml_gzip)$">
  Allow from all
</Files>
FileETag None
AddDefaultCharset UTF-8
<IfModule mod_mime.c>
    AddType text/html .html_gzip
    AddEncoding gzip .html_gzip
    AddType text/xml .xml_gzip
    AddEncoding gzip .xml_gzip
</IfModule>
<IfModule mod_setenvif.c>
    SetEnvIfNoCase Request_URI .html_gzip$ no-gzip
    SetEnvIfNoCase Request_URI .xml_gzip$ no-gzip
</IfModule>
<IfModule mod_headers.c>
    Header set X-Pingback "http://localhost/accent/xmlrpc.php"
    Header set Vary "Accept-Encoding, Cookie"
</IfModule>
# END W3TC Page Cache cache

On Github License

Files

Download PDF of Htaccess file
no-gzip, REQUEST_URI

Comments

Apache