Guest Posted December 12, 2003 Share Posted December 12, 2003 I have a store running now , I know when you setup you con select SSL. But how do you get it up and running once you have a store already running and taken orders without loosing the store or have to reinstall. Im looking to protect just the payment page , and I need to switch over to run under https:// cert is installed server side need to make the changes site side. thank you Jim Link to comment Share on other sites More sharing options...
TomThumb Posted December 12, 2003 Share Posted December 12, 2003 There are already many threads on this topic. In /catalog/includes/configure.php Make appropriate changes to these lines. They will need to match the fully qualified domain name on your cert. For example, an SSL Certificate issued for mydomain.com will not be valid for www.mydomain.com. define('HTTPS_SERVER', 'https://www.mydomain.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure? define('HTTPS_COOKIE_DOMAIN', 'www.mydomain.com'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); while (!succeed) {try()}; GMT -6:00 Link to comment Share on other sites More sharing options...
Guest Posted December 12, 2003 Share Posted December 12, 2003 I did what you said and the My Account page started acting up , as soon as I put the old config back it started working right away. ANy thoughts. Link to comment Share on other sites More sharing options...
TomThumb Posted December 12, 2003 Share Posted December 12, 2003 Can you be more specific than "started acting up?" while (!succeed) {try()}; GMT -6:00 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.