Homepage issue
-
Multisite installation.
Plugin version: 0.9.7.3
WP Version: 5.1.1Problem: On the directory page_enhanced, some blog directories have the .htaccess file missing.
/path/to/cache/page_enhanced/domain.com/
The missing .htaccess file makes the homepage not to load correctly, instead, the browser tryes to download a
download.gz
file.This is the .htaccess content on /path/to/cache/page_enhanced/domain.com/.htaccess
# BEGIN W3TC Page Cache cache 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_expires.c> ExpiresActive On ExpiresByType text/html M60 </IfModule> <IfModule mod_headers.c> Header set Vary "Accept-Encoding, Cookie" Header set Pragma "public" Header append Cache-Control "public" </IfModule> # END W3TC Page Cache cache
Problem happens from time to time, but several times a day.
Related issue:
https://www.ads-software.com/support/topic/download-gz-downloads-when-viewing-the-site-sometimes/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Homepage issue’ is closed to new replies.