hanliong Posted December 24, 2005 Share Posted December 24, 2005 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 More sharing options...
Nacer Posted December 24, 2005 Share Posted December 24, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.