Hi,

We purchased a SSL cert through verisign for http://www.straightrazordesigns.com. I then setup a redirect for http://straightrazordesigns.com to http://www.straightrazordesigns.com (.htaccss).

RewriteEngine On
RewriteCond %{HTTP_HOST} ^straightrazordesigns.com
RewriteRule (.*) http://www.straightrazordesigns.com/$1 [R=301,L]

All configure.php files are setup to use http://www.straightrazordesigns.com.

However, I'm having some customers that when they get to the login page of the checkout process (https://www.straightrazordesigns.com...ain_page=login) after they fill out the information they get kicked back to the homepage.

Can anyone offer suggestions?

Thanks
David