Hello All
I'm new to Zen cart and this is my first post. The shop is currently being constructed and all has gone fairly well up until now. Not finished by any means but getting there.
I'm having difficulty implementing the SSL. I have a shared SSL certificate through my host but when I follow the instructions, I receive the Zen Cart installation page when I click Checkout in the shop.
Zencart Version: 1.3.8 (Latest)
Address: www.stownage.co.uk
SSL Address: https://vault1.secured-url.com/stownage
Windows server, with Windows SSL
My configure.php looks like this:
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
define('HTTP_SERVER', 'http://www.stownage.co.uk');
define('HTTPS_SERVER', 'https://vault1.secured-url.com/stownage/htdocs');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
Any thoughts? I've been at this a while and am really struggling.
many thanks in advance




