# BEGIN W3TC Page Cache cache
Options -MultiViews
<Files ~ "\.(html|html_gzip|html_br|xml|xml_gzip|xml_br)$">
  Order Allow,Deny
  Allow from all
</Files>
AddDefaultCharset UTF-8
FileETag MTime Size
<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 "https://paracetamolfolk.nl/xmlrpc.php"
    Header set Pragma "public"
    Header set Cache-Control "max-age=3600, public"
</IfModule>
# END W3TC Page Cache cache
