Guest Posted April 20, 2008 Posted April 20, 2008 Hi all, The web hosting that I'm using has two seperate directories for using SSL. So I've had to add the site in both directories and have pointed my configure.php to point to the right places... define('HTTP_SERVER', 'http://www.sitename.com'); define('HTTPS_SERVER', 'https://www.sitename.com'); define('ENABLE_SSL', true); Now when I try to check out and it switches from http to https the checkout_shipping.php page just shows as blank. Does anyone know what could be causing this?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.