moxcord Posted April 25, 2006 Posted April 25, 2006 Hello, I've got my install set and have an ssl cert but I can't find which files need to be ssl. It looks like the login.php is one of them, but I couldn't find any documentation. We want the catalog and main info pages to not be ssl, but anything with user information/credit cards to use the ssl can anyone enlighten me?
kgt Posted April 25, 2006 Posted April 25, 2006 In includes/configure.php, change define('ENABLE_SSL', false); to define('ENABLE_SSL', true); Do this in admin/includes/configure.php as well. As long as your server is not set up unsually, OSC will automatically secure the pages that need to be secured. You may also wish to change your HTTP_SERVER in admin/includes/configure.php to use the secure server. Contributions Discount Coupon Codes Donations
moxcord Posted April 25, 2006 Author Posted April 25, 2006 In includes/configure.php, change define('ENABLE_SSL', false); to define('ENABLE_SSL', true); Do this in admin/includes/configure.php as well. As long as your server is not set up unsually, OSC will automatically secure the pages that need to be secured. You may also wish to change your HTTP_SERVER in admin/includes/configure.php to use the secure server. I figured it out! It apparently does it automatically once it is set to true. i feel smart :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.