
02-25-2013, 05:10 PM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,337
|
|
The wiki post is assuming you do not have any rewrite rules for LS cache.
If you use rewrite rules for caching, you need to disable cache in Cache Policy. For non cache directory, you need add rules like
%
Quote:
RewriteCond %{ORG_REQ_URI} !^/checkout/
RewriteCond %{ORG_REQ_URI} !^/downloader
RewriteCond %{ORG_REQ_URI} !^/admin
RewriteCond %{ORG_REQ_URI} !^/customer
|
I would not recommend to set 'Use Web Server Rewrites' to Yes as these are LSWS specifics.
|