maximillion Posted March 16, 2006 Posted March 16, 2006 I have been reading the various post regarding a shared ssl installation with fasthosts (wish i had read them before i committed). I am developing a simple shop of say 2-10 products which i will use a emerchant payment gateway for credit card processing, therefore is it essential my installation is SSL? I only want to capture data and be able to buy multiples of my items. I have also read that its possible to use fasthosts shared ssl by installing osc on both servers, dose anyone know how the confiure.php would differ from the main domain to the shared ssl. Below is the main domain config: define('HTTP_SERVER', 'http://www.mydomain.co.uk'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://vault2.secured-url.com/mydomain.co.uk'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'mydomain.co.uk'); define('HTTPS_COOKIE_DOMAIN', 'https://vault2.secured-url.com/mydomain.co.uk'); define('HTTP_COOKIE_PATH', '/shop/'); define('HTTPS_COOKIE_PATH', '/shop/'); Any help greatly appreciated, confussed designer - trying to develop a simple shop! Many thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.