Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL


pwrup

Recommended Posts

Posted

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

Posted

/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.

Archived

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

×
×
  • Create New...