Closed (duplicate)
Project:
Boost
Version:
5.x-1.0
Component:
Apache integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2008 at 03:51 UTC
Updated:
21 Feb 2008 at 02:19 UTC
The sample boosted htaccess file has this in it:
<IfModule mod_headers.c>
Header add Expires "Sun, 19 Nov 1978 05:00:00 GMT"
Header add Cache-Control "no-store, no-cache, must-revalidate, post-check=0, pre-check=0"
</IfModule>
I believe this causes more harm than good because it also applies to all images. Thus, on every page load every single page element image is reloaded.
Either don't enable mod_headers in your apache, or just delete these lines. The actual pages still get both of these headers (I'm assuming some other drupal module is adding them) and the images don't get them, so at least for me, the default drupal behavior is correct. I'd die if every page load required reloading all the images.
Comments
Comment #1
firebus commentedyou're absolutely correct
dupe with http://drupal.org/node/185075