Forum Moderators: phranque
Header set Cache-Control: "no-store, no-cache, must-revalidate, pre-check=0, post-check=0, max-age=0"
Using the "Expires" directive modifies the max-age parameter in the Cache-Control header sent by the server. However, due to module execution order it may or may not be possible for mod_expires to override the max-age in the "Header set" line above.
Jim