Cache-Control: max-age=3, must-revalidate. Where can this be edited?
-
.htaccess in /cache folder is set to:
# BEGIN supercache <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 'no-cache' </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType text/html A0 </IfModule> # END supercache
But it makes no differnce. cleared cache and restared and still says:
Cache-Control: max-age=3, must-revalidate
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Cache-Control: max-age=3, must-revalidate. Where can this be edited?’ is closed to new replies.