trying to enable ssl on zen cart. looked through this info
https://www.zen-cart.com/tutorials/index.php?article=14
so I changed some of this stuff. I'm sure I did it wrong as I'm not too bright.
this is in INCLUDES/configure
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.yourdomain.com
define('HTTP_SERVER', 'https://arkguns.com');
define('HTTPS_SERVER', 'https://arkguns.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
and this in admin/includes/configure
*/ define('HTTP_SERVER', 'https://arkguns.com'); define('HTTPS_SERVER', 'https://arkguns.com'); define('HTTP_CATALOG_SERVER', 'https://arkguns.com'); define('HTTPS_CATALOG_SERVER', 'https://arkguns.com'); // secure webserver for catalog module and/or admin areas? define('ENABLE_SSL_CATALOG', 'true'); define('ENABLE_SSL_ADMIN', 'true');
on a side note now all the words on the admin/includes/configure section are all lumped together, no seperation like it was written in a notepad window without ever hitting return for the next line GRRR please help I'm going crazy!!!!



