View Single Post
  #16  
Old 12-31-2012, 10:10 AM
webizen webizen is offline
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]
Reply With Quote