pwrup Posted April 9, 2004 Posted April 9, 2004 I did not have SSL when osCommerce was installed. I just got SSL installed on the server. Now I need to edit osCommerce to make it point to HTTPS:// in order to make the checkout secure. Where do I find this and what needs to be changed? Thank You
drakonan Posted April 9, 2004 Posted April 9, 2004 /catalog/includes/configure.php (and if you want in the admin as well) /catalog/admin/includes/configure.php Look for a TRUE/FALSE that asks for SSL support. I can't remember exactly right now but if it says something like: define ("ENABLE_SSL_SUPPORT", false); make it define ("ENABLE_SSL_SUPPORT", true); - - - - Sometimes, ignorance is bliss.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.