Hi.

I know I need to upgrade, and will, actually tried, but had problems, will retry later, as of now I need to have 1.39h doing its job.

I need a clarification about SSL, in the tutorial (http://www.zen-cart.com/content.php?56) it mentions:

Code:
// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
define('HTTPS_SERVER', 'https://www.YOUR_SHOP.com');
define('ENABLE_SSL', 'true');
And as per the includes/configure.php there is not much to be confused, where on my configure.php I see, and set
Code:
define('HTTP_SERVER', 'http://www.mydomain.com');
  define('HTTPS_SERVER', 'https://www.mydomain.com');
  // Use secure webserver for checkout procedure?
  define('ENABLE_SSL', 'true');
In the admin/includes/configure.php there are two, and this is what confuses me, unless I ma selectively blind, I don't see it mentioned twice in the tutorial.
Code:
define('HTTP_SERVER', 'http://www.tesoreriabahai.org');
  define('HTTPS_SERVER', 'https://www.tesoreriabahai.org');
  define('HTTP_CATALOG_SERVER', 'http://www.tesoreriabahai.org');
  define('HTTPS_CATALOG_SERVER', 'https://www.tesoreriabahai.org');
  // Use secure webserver for catalog module and/or admin areas?
  define('ENABLE_SSL_CATALOG', 'true');
  define('ENABLE_SSL_ADMIN', 'true');
Do I set to true both entries in the admin/includes/configure.php or just the ENABLE_SSL_ADMIN

Thank you