Slant Posted April 7, 2005 Posted April 7, 2005 I use a shared secured server and the path to my store is in the format: https://securedomain.co.uk/mydomain.co.uk/shop All seems to work fine, until I get to the Checkout Success page. On clicking "Click to Continue" I'm taken to: https://securedomain.co.uk/shop/index.php?etc. This page, obviously, doesn't exist. How do I correct this, please?
Slant Posted April 9, 2005 Author Posted April 9, 2005 Does anyone know the answer to this, or is my question unclear? I really need to know how to correct this error. Many thanks.
Slant Posted April 9, 2005 Author Posted April 9, 2005 Well, being new to osCommerce it took hours of trawling through code and several installations later, before I managed to track down the problem. For some reason, it wouldn't configure the Secure server properly and I had to edit shop/includes/configure.php The line define('HTTPS_SERVER', 'https://mysharedsecure server'); Should have read define('HTTPS_SERVER', 'https://mysharedsecure server/mydomain'); Anyway, it seems to work now.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.