Rewrite issue

closet geek

Well-Known Member
#1
Hi,

We have URL's like this:

https://secure.site.com/order/shared/plan

They are rewritten using a .htaccess placed in the secure subdomain folder:

RewriteEngine On
RewriteRule ^order/shared/plan clients/cart.php [L,NC]

This works fine in Apache, but for some reason not in LiteSpeed. We are using 4.0RC1.

The debug log shows that LS reads the .htaccess but doesn't apply any rules when the above URL is accessed and simply returns a 404.

Thanks.
 

closet geek

Well-Known Member
#3
This is already set. The rewrites are logged for other parts of the site but nothing is logged for the above rule. Can you verify that this exact rewrite works fine in a subdomain on your test system?
 
Top