Guest Posted December 22, 2004 Posted December 22, 2004 Hello, When I first installed OS Commerce my site's url began with http://. I then turned on a shared SSL certificate and now some very odd things are happening: *after starting in a secure environment the user gets directed to a non-secure one *all of the images appear as broken links in IE (viva Firefox and Safar!) I would like to do one of the following: Either turn off SSL and secure the forms where people enter their credit card numbers manually OR manually change the PHP file that is creating all of these seemingly absolute links. Thanks!
boxtel Posted December 22, 2004 Posted December 22, 2004 Hello,When I first installed OS Commerce my site's url began with http://. I then turned on a shared SSL certificate and now some very odd things are happening: *after starting in a secure environment the user gets directed to a non-secure one *all of the images appear as broken links in IE (viva Firefox and Safar!) I would like to do one of the following: Either turn off SSL and secure the forms where people enter their credit card numbers manually OR manually change the PHP file that is creating all of these seemingly absolute links. Thanks! <{POST_SNAPBACK}> if you turn on ssl (in your configure.php) then the switches between ssl and non-ssl is handled automatically by osc. Treasurer MFC
Guest Posted December 22, 2004 Posted December 22, 2004 if you turn on ssl (in your configure.php) then the switches between ssl and non-ssl is handled automatically by osc. <{POST_SNAPBACK}> Do I change this to this: define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module to this; define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module Thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.