Hi
I am having an issue where I have zencart installed in a subdirectory called mysite.com. Then I use .htaccess to rewrite the URL as follows:
The site works great with all the requests appearing to work off /. I have updated the configure.php to specify a WS url of /.Code:RewriteCond %{HTTP_HOST} mysite\.com [NC] RewriteCond %{REQUEST_URI} !/mysite\.com/ RewriteRule (.*) /mysite\.com/$1 [L]
Is there a reason why I cant add items to the cart and when I login it says "There was a security error when trying to login."
Any help or pointers appreciated.


Reply With Quote
