PHP is setting the Cache-Control header in multiple places. I don't want to break my code upgrade path, but I'd like to change the Cache-Control header in Apache config instead. However, it looks like PHP headers taking precedence. Is there a way to make sure that Apache's Cache-Control headers win?
Asked
Active
Viewed 848 times
0
-
1You mean you don't want to _fix_ your code. – Michael Hampton Aug 29 '14 at 00:09
-
I'd prefer not to break the upgrade path. – Rustavore Aug 29 '14 at 00:57
-
Please post your Apache config, especially in cache-control config – masegaloeh Aug 29 '14 at 02:24