
12-28-2012, 06:20 PM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,337
|
|
Quote:
Originally Posted by LowKey
...
# 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
|