Hi All,
I have a website, www.mywebsite.com (not my real website) and want to move the customer account control panel to www.secure.mywebsite.com. How would I go about making this happen? I'm new to Magento so trying to understand how I'd get this to work.
Any help would be great.
Many thanks.
Solved! Go to Solution.
So, you want the main part of Magento to run on http://www.mywebsite.com and just customer account to run on https://www.secure.mywebsite.com yes? If so I think that is going to be rather difficult. If you really want to go down this route, I'd suggest running the all secure pages under https://www.secure.mywwebsite.com (so, admin, customer account, checkout etc) which is easily done by setting the secure base_url to the secure domain.
So, you want the main part of Magento to run on http://www.mywebsite.com and just customer account to run on https://www.secure.mywebsite.com yes? If so I think that is going to be rather difficult. If you really want to go down this route, I'd suggest running the all secure pages under https://www.secure.mywwebsite.com (so, admin, customer account, checkout etc) which is easily done by setting the secure base_url to the secure domain.
Hi Richard,
That's exactly what I was looking for, thank you. .