# BEGIN W3TC Page Cache
AddDefaultCharset UTF-8
<IfModule mod_mime.c>
    AddType text/html .gzip
    AddEncoding gzip .gzip
</IfModule>
<IfModule mod_deflate.c>
    SetEnvIfNoCase Request_URI \.gzip$ no-gzip
</IfModule>
<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType text/html M3600
</IfModule>
<IfModule mod_headers.c>
    Header set X-Pingback "http://www.naturalremedies-for-adhd.com/wpmanagerdx/masterblog_1/xmlrpc.php"
    Header set X-Powered-By "W3 Total Cache/0.9.1.3"
    Header set Vary "Accept-Encoding, Cookie"
    Header set Pragma "public"
    Header set Cache-Control "public, must-revalidate, proxy-revalidate"
</IfModule>
# END W3TC Page Cache