samclarke Posted June 6, 2007 Share Posted June 6, 2007 Ive successfully installed an SSL certificate to my server and have edited the necessary fles to get it working... My only query with this system is: When you visit the site it ISN'T in SSL mode, and I would like.. Then it moves to SSL when you enter checkout... All of this is somehting I would like... BUT Once you leave Checkout..Or leave the checkout...It doesnt return back to the normal HTTP mode... Is there something I missed in the installation? Sam Link to comment Share on other sites More sharing options...
web-project Posted June 6, 2007 Share Posted June 6, 2007 seems to me everything is correct, you don't need secure catalogue, cause customers only looking for products without filling in any private or CC details. you can modify the configuration of your oscommerce and have the secure catalogue, simply change the URL location of your catalogue in the following files: catalogue-shop/includes/configure.php catalogue-shop/admin/includes/configure.php define('HTTP_SERVER', 'https://www.my-shop-domain.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.my-shop-domain.com'); // eg, https://localhost - should not be empty for productive servers Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.