Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installed with SSL enabled, how to disable?


Guest

Recommended Posts

Posted

Please let me know how to disable SSL, I enabled it upon install.

 

Thanks,

Trav

Posted

In both catalog and admin/includes/configure.php change this:

define('ENABLE_SSL', true); // secure webserver for checkout procedure? to:

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

 

The_Bear

Archived

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

×
×
  • Create New...