Thanks for the reply,
but i have edited both includes/configure.php and admin/includes/configure.php
Admin/includes/configure.php:
includes/configure.phpPHP Code:define('HTTP_SERVER', 'http://doggonecaskets.com');
define('HTTPS_SERVER', 'https://doggonecaskets.com');
define('HTTP_CATALOG_SERVER', 'http://doggonecaskets.com');
define('HTTPS_CATALOG_SERVER', 'https://doggonecaskets.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
any other suggestions?PHP Code:define('HTTP_SERVER', 'http://doggonecaskets.com');
define('HTTPS_SERVER', 'https://doggonecaskets.com');
define('HTTP_CATALOG_SERVER', 'http://doggonecaskets.com');
define('HTTPS_CATALOG_SERVER', 'https://doggonecaskets.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');


Reply With Quote

