agn Posted November 21, 2008 Share Posted November 21, 2008 Hi I don't know if this is a stupid question or not. I'm very new to osc. I want to have my store installed in a non-secure server, and when a user checks out, it goes directly to a secure server. like from http://shop.mystore.com to https://secure.mystore.com Do I have to install all the same files in both subdomains? Please Help Thanks in advance. Link to comment Share on other sites More sharing options...
usernamenone Posted November 22, 2008 Share Posted November 22, 2008 no, you install your catalog by uploading it and then contact you host and ask what the link to your ssl is and that means you will have to buy a ssl. Then you change the configure.php file to define('ENABLE_SSL', yes); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'localhost'); define('HTTPS_COOKIE_DOMAIN', ' here'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', 'here'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', 'here'); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.