Thread
:
Content-Aware Caching
View Single Post
#
2
07-29-2010, 12:00 PM
mistwang
LiteSpeed Staff
Join Date: May 2003
Location: New Jersey
Posts: 7,590
You can make caching more flexible like you described with Rewrite Rules by setting environment "Cache-ctrl", like
RewriteCond ${QUERY_STRING} cache=0
RewriteRule .* - [E=Cache-control:no-cache]
You can use regular Cache-Control directives.
mistwang
View Public Profile
Send a private message to mistwang
Visit mistwang's homepage!
Find all posts by mistwang