I just downloaded and installed zen cart v1.3.9h got my ssl working on my site and have changed the code in my two config files as per instructions on the tutorial FAQ for installing ssl or enabling ssl.
here is a copy of the code I used:
on the file labeled includes/dist-config.php
// Define the webserver and path parameters
define('HTTP_SERVER', 'http://bloomingvinedesign.com');
define('HTTPS_SERVER', 'https://bloomingvinedesign.com');
define('ENABLE_SSL', 'true');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
I installed zen cart using godaddy's install procedure, then unpacked my downloaded zip version and placed it in my local hard drive and ftped the changes on the document config files using dreamweaver.
here is the code I used for admin/includes/dist-config.php
If you desire your *entire* admin to be SSL-protected, make sure you use a "https:" URL for all 4 of the following:
*/
define('HTTP_SERVER', 'http://bloomingvinedesign.com');
define('HTTPS_SERVER', 'https://bloomingvinedesign.com');
define('HTTP_CATALOG_SERVER', 'http://bloomingvinedesign.com');
define('HTTPS_CATALOG_SERVER', 'https://bloomingvinedesign.com');
// secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
When I go to the login or customer pages where I need to enter information, ssl does not kick in. It stays in http mode for everything.
I am wondering what I have done wrong, or if there is a difference bewteen the instructions, or if I got a bad copy of zen cart?


Reply With Quote
