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.
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.