I don't know if this is the normal behaviour but the following should work :
Quote:
<FilesMatch "\.(php)$">
Header set Cache-Control "max-age=31536000"
</FilesMatch>
|
From my tests when you specify both cache type and cache age litespeed ignores the Cache-Control setting. In litespeed's docs they either set it to max-age=xxx or to private.
Edit : I don't think the above will work either (at least not on LS 4.2.1) try to update to LS 4.2.2 and see if this helps…
Last edited by Monarobase; 02-14-2013 at 12:45 AM..
|