EthanBlast/Glam-Star-Life/master/wp-content/w3tc/pgcache/.htaccess - Htaccess File

EthanBlast/Glam-Star-Life/master/wp-content/w3tc/pgcache/.htaccess

# 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_headers.c>
    Header set X-Pingback "http://www.glamstarlife.com/xmlrpc.php"
    Header set X-Powered-By "W3 Total Cache/0.9.1.3"
    Header set Vary "Accept-Encoding, Cookie"
</IfModule>
# END W3TC Page Cache

On Github License

Files

Download PDF of Htaccess file
no-gzip, REQUEST_URI

Comments

Apache