# BEGIN W3TC Page Cache cache
Options -MultiViews
<Files ~ "\.(html|html_gzip|xml|xml_gzip)$">
  <IfModule mod_version.c>
    <IfVersion < 2.4>
      Order Allow,Deny
      Allow from All
    </IfVersion>
    <IfVersion >= 2.4>
      Require all granted
    </IfVersion>
  </IfModule>
  <IfModule !mod_version.c>
    <IfModule !mod_authz_core.c>
      Order Allow,Deny
      Allow from All
    </IfModule>
    <IfModule mod_authz_core.c>
      Require all granted
    </IfModule>
  </IfModule>
</Files>
AddDefaultCharset UTF-8
FileETag MTime Size
<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType text/html M30
</IfModule>
<IfModule mod_headers.c>
    Header set X-Pingback "https://jmgdental.com/xmlrpc.php"
    Header set X-Powered-By "W3 Total Cache/0.9.4.6.4"
    Header set Vary "Cookie"
    Header set Pragma "public"
    Header append Cache-Control "public, must-revalidate, proxy-revalidate"
</IfModule>
# END W3TC Page Cache cache
