Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Non-secure to secure server


agn

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...