View Single Post
  #10  
Old 12-28-2012, 06:20 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
Quote:
Originally Posted by LowKey View Post
...
# cache for 2 mins for php pages only
RewriteRule /(.*\.php)?$ – [L,E=Cache-Control:max-age=120]
...
Try:

RewriteRule (.*\.php)?$ – [L,E=Cache-Control:max-age=120]
# leading "/" should be removed in .htaccess
Reply With Quote