Postponed (maintainer needs more info)
Project:
Boost
Version:
6.x-1.18
Component:
Caching logic
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2012 at 16:29 UTC
Updated:
3 Jul 2012 at 22:56 UTC
I am getting an issue where users are seeing "old" versions of pages (Boost cache has expired). However, when they force refresh on their browser, they then see the unexpired page (still cached, but not expired).
I thought it was maybe one of these issues:
But, unless I missed something, none of those solutions seemed to help.
My .htaccess in the root directory has this code:
### BOOST START ###
AddDefaultCharset utf-8
FileETag MTime Size
<FilesMatch "(\.html|\.html\.gz|\.json|\.json\.gz)$">
<IfModule mod_headers.c>My host does have mod_headers enabled. I also tried adding FileETag None to the bottom of my .htaccess file (one of the threads suggested that).
None of that seemed to work. Is there a setting within Boost that I should double-check or a change in my .htaccess file? Thanks!
Comments
Comment #1
bgm commentedHi,
Can you test with Boost 6.x-1.20?
Thanks