Dear all,

Please help me out here! im absolutely destroyed, exhausted and out of solutions!

I have a zen-cart website hosted on a shared sserver with a dedicated IP (www.brightlife.co) however recently we applied for SSL, which was aproved, and we gave the installation package to our host. It was then installed. SSL is shown as the connection whenever we login.

But the problem is this: We can no longer login through admin and customers are also unable to login through the front end of the website. No error message is shown, once we type in password and login and enter, the page jumps back to the homepage without entering.

When entering through admin, entering the details and pressing enter only refreshes the page.

here are the following config file texts:

includes/configure.php
=========================
define('HTTP_SERVER', 'http://www.brightlife.co');
define('HTTPS_SERVER', 'https://www.brightlife.co');

// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
===========================

and the admin_panel/includes/configure.php
===========================
define('HTTP_SERVER', 'http://www.brightlife.co');
define('HTTPS_SERVER', 'https://www.brightlife.co');
define('HTTP_CATALOG_SERVER', 'http://www.brightlife.co');
define('HTTPS_CATALOG_SERVER', 'https://www.brightlife.co');

// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'false');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_ADMIN', '/admin_panel/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/admin_panel/');
define('DIR_WS_HTTPS_CATALOG', '/');
==============================

Any help would be deeply appreciated