Thread
:
LiteSpeed Cache + PhpFox
View Single Post
#
16
12-31-2012, 10:10 AM
webizen
LiteSpeed Staff
Join Date: Oct 2010
Posts: 2,338
Your rewrite rule is wrong.
Change below
Quote:
RewriteRule (.*\.php)?$ – [L,E=Cache-Control:max-age=120]
To
Quote:
RewriteRule (.*\.php)?$ – [E=Cache-Control:max-age=120]
webizen
View Public Profile
Send a private message to webizen
Find all posts by webizen