I am running Zen Cart shopping cart. I understand that there is a shared ssl certificate available. I cant find any information on this in the forum. I need help configuring my script. Which format should I use?
Shared Certificate
Change includes/configure.php and admin/includes/configure.php to:
// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
define('HTTPS_SERVER', 'https://YOUR_SHOP.YOUR_SECURE_SERVER.net');
define('ENABLE_SSL', 'true');
or:
// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
define('HTTPS_SERVER', 'https://YOUR_SECURE_SERVER.net/YOUR_USERNAME');
define('ENABLE_SSL', 'true');
or:
// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
define('HTTPS_SERVER', 'https://YOUR_SECURE_SERVER.net/~YOUR_USERNAME');
define('ENABLE_SSL', 'true');
Shared Certificate
Change includes/configure.php and admin/includes/configure.php to:
// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
define('HTTPS_SERVER', 'https://YOUR_SHOP.YOUR_SECURE_SERVER.net');
define('ENABLE_SSL', 'true');
or:
// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
define('HTTPS_SERVER', 'https://YOUR_SECURE_SERVER.net/YOUR_USERNAME');
define('ENABLE_SSL', 'true');
or:
// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
define('HTTPS_SERVER', 'https://YOUR_SECURE_SERVER.net/~YOUR_USERNAME');
define('ENABLE_SSL', 'true');