View Single Post
  #2  
Old 03-30-2011, 10:50 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
insert environment variable "E=cache-control:max-age=120" in the rewrite rules. e.g.
Quote:
RewriteRule ^watch?/?([0-9]+)?/?([^/]+).html$ /?act=movie&id=$1 [QSA,L,E=cache-control:max-age=120]
Where 120 is the cache TTL in second.
Reply With Quote