craiglove Posted March 25, 2005 Share Posted March 25, 2005 Hi all, I have been reading heaps of posts regarding the setup and configuration of SSL Certificates. I have just purchased outright our own and have configured the configure.php file in the catalog/includes folder. The pages don't display when going through the checkout procedure. its mainly the http://www.scientificsales.co.nz/catalog/c...out_payment.php page that i want so the customer feels safe entering CC details into order. PS: do you have to put in the "https://" ?? define('HTTP_SERVER', 'http://www.scientificsales.co.nz'); // eg, http://localhost - define('HTTPS_SERVER', 'https://www.scientificsales.co.nz'); // eg, define('ENABLE_SSL', True); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', ''); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', ''); define('HTTPS_COOKIE_PATH', ''); much help appreciated. regards Craig NZ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.