steve55 Posted July 24, 2003 Posted July 24, 2003 I have installed oscommerce as a test on my own website and didn't tick the ssl connection option when installing it... Obviously I would like the order form (where the custimers enter their credit card details) to be on a secure server. My current isp offers an amount of space on their ssl, so how do I go about getting the order form onto the secure server (different url) and is this what the ssl connection option does during installation..? (I wouldn't want the whole site on the secure server, just the order form)
Guest Posted July 24, 2003 Posted July 24, 2003 Look for the define('ENABLE_SSL', false); statement in configure.php and change the false to true. This will move the private transfers (checkout, registration, etc.) to the SSL and leave standard transactions over regular http. You may want to double check the HTTPS definitions as well. Good luck, Matt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.