Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL on differnt shop-domain?


hugo47111

Recommended Posts

Hello@all,

 

ive installed the oscommerce shop using a server on a domain like www.domain.com; on this server a ssl-certificate is installed for the subdomain ssl.domain.com.

 

does anybody know if its possible to switch to the ssl.domain.com "server" only for the order activities. so i dont need to buy a 2nd certificate for www.domain.com.

 

thanks

 

HuGO

Link to comment
Share on other sites

In includes/configure.php and admin/includes/configure.php, you can change the HTTPS_SERVER defines to use any SSL domain. For compatibility's sake, it is recommended to have the HTTP_SERVER and HTTPS_SERVER values map to the same place in the web site. For example:

define('HTTP_SERVER', 'http://www.yourdomain.com');
define('HTTPS_SERVER', 'https://secure.ssl.com/yourdomain');

is one common setting. Your system may do this differently.

 

Hth,

Matt

Always back up before making changes.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...