Bushzhao/rvbwebsite/master/wp-content/cache/wp-optimize-by-xtraffic-optimize-cache/.htaccess - Htaccess File

Bushzhao/rvbwebsite/master/wp-content/cache/wp-optimize-by-xtraffic-optimize-cache/.htaccess

### BEGIN WPOPTIMIZEBYXTRAFFIC ###
<IfModule mod_mime.c>
  <FilesMatch ".html.gz$">
    ForceType text/html
    FileETag None
  </FilesMatch>
  AddEncoding gzip .gz
  AddType text/html .gz
</IfModule>
<IfModule mod_deflate.c>
  SetEnvIfNoCase Request_URI .gz$ no-gzip
</IfModule>
<IfModule mod_headers.c>
  Header set Vary "Accept-Encoding, Cookie"
  Header set Cache-Control 'max-age=15, must-revalidate'
</IfModule>
<IfModule mod_expires.c>
  ExpiresActive On
  ExpiresByType text/html A3
</IfModule>
### END WPOPTIMIZEBYXTRAFFIC ###

On Github License

Files

Download PDF of Htaccess file
no-gzip, REQUEST_URI

Comments

Apache