Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

turn off ssl


hanliong

Recommended Posts

I have a site that installed with ssl. When i installed os-commerce, i turn on the ssl. And it's ok. everything ok. But when i remove os-commerce and re-install again with TURN OFF the ssl, it fail. My site keep looking for https://

 

Even, i have modify at configure.php with this one: define('ENABLE_SSL', false), it still run for ssl. What's wrong?

 

what i have to modify again that my site can run WITHOUT ssl?

Thank you

Link to comment
Share on other sites

Just make sure you have:

 

  define('ENABLE_SSL', false);
 define('HTTPS_SERVER', '');

in your catalog config.

 

And:

 

  define('HTTPS_CATALOG_SERVER', '');
 define('ENABLE_SSL_CATALOG', 'false');

in your admin config.

 

Regards,

 

Nacer.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...