Hi Merlin,

Okay I am copying the lines wherein we changed the configuration. Can you please tell me what is wrong?

Please see below codes. Thanks:

define('HTTP_SERVER', 'http://exophora.com');
define('HTTPS_SERVER', 'https://ssl127.securednshost.com/~exophora');
define('HTTP_CATALOG_SERVER', 'http://exophora.com');
define('HTTPS_CATALOG_SERVER', 'https://ssl127.securednshost.com/~exophora');

// 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', '/e-store/admin/');
define('DIR_WS_CATALOG', '/e-store/');
define('DIR_WS_HTTPS_ADMIN', '/e-store/admin/');
define('DIR_WS_HTTPS_CATALOG', '/e-store/');