Hi,
I just made the switch from osCommerce to ZenCart as it has a bit more functions, but now when I am in admin area https and clicks anything in the admin area ZenCart jumps to http = not secure pages. I have looked in the configure files, and the cataolgues are configured as I see it properly like this:

Code:
define('HTTP_SERVER', 'http://www.fontgarden.com');
  define('HTTPS_SERVER', 'https://www.fontgarden.com');
  define('HTTP_CATALOG_SERVER', 'http://www.fontgarden.com/fontshop');
  define('HTTPS_CATALOG_SERVER', 'https://www.fontgarden.com/fontshop');

  // Use secure webserver for catalog module and/or admin areas?
  define('ENABLE_SSL_CATALOG', 'true');
  define('ENABLE_SSL_ADMIN', '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_ADMIN', '/fontshop/admin/');
  define('DIR_WS_CATALOG', '/fontshop/');
  define('DIR_WS_HTTPS_ADMIN', '/fontshop/admin/');
  define('DIR_WS_HTTPS_CATALOG', '/fontshop/');
Can anyone find the error? I do have SSL cert installed on my server :)
Thanks in advance for any help!

Ellinor