hugo47111 Posted April 24, 2004 Share Posted April 24, 2004 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 More sharing options...
♥ecartz Posted April 24, 2004 Share Posted April 24, 2004 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.