Hi Ajeh,
First off thanks for taking the time to help me with this problem.
Ok,
I've found the answers to your questions:
-If I disable SSL in the admin area, I can login successfully, and the web address is still a "Https" (no idea how that works!). Also when i turn off the checkout SSL I can login into the site as a customer! The webpage is a "Http".
I'm very confused now :< Does that mean the admin areas are secure even though I've turned off SSL in the relevant configure files?
This is my current admin/includes/configure.php snippet:
PHP Code:
define('HTTP_SERVER', 'https://www.xclusiveimports.com');
define('HTTPS_SERVER', 'https://www.xclusiveimports.com/');
define('HTTP_CATALOG_SERVER', 'https://www.xclusiveimports.com');
define('HTTPS_CATALOG_SERVER', 'https://www.xclusiveimports.com/');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'false');
This is my current includes/configure.php file:
PHP Code:
// 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.xclusiveimports.com');
define('HTTPS_SERVER', 'https://www.xclusiveimports.com/');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'false');
Also if I revert to the classic templates I encounter the same errors with SSL enabled in the admin and checkout areas.
my url is www.xclusiveimports.com/store (please excuse site it has a few validation errors I need to fix).