
Originally Posted by
Rickmann08
Ok this is what I have on the catalog/includes/configure.php:
// 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://blackflameclothing.com');
define('HTTPS_SERVER', 'https://www.blackflameclothing.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
and this is what I have on the catalog/admin/includes/configure.php:
define('HTTP_SERVER', 'http://www.blackflameclothing.com');
define('HTTPS_SERVER', 'https://www.blackflameclothing.com');
define('HTTP_CATALOG_SERVER', 'http://www.blackflameclothing.com');
define('HTTPS_CATALOG_SERVER', 'https://www.blackflameclothing.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'True');
define('ENABLE_SSL_ADMIN', 'True');