
03-30-2011, 10:50 AM
|
|
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.
|