Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

going from http and https causing checkout_shipping.php to be blank


Guest

Recommended Posts

Posted

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...