View Single Post
  #6  
Old 03-11-2012, 05:14 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,218
but I did tests on
www.casafree.com/test/info.php
looks like not cached.

try following slightly modified rewriterule:
RewriteEngine on
RewriteRule (.*\.php)?$ - [L,E=Cache-Control:max-age=120]
Reply With Quote