define('HTTP_SERVER', '
http://subdomain.example.com');
define('HTTPS_SERVER', '
https://subdomain.example.com);
define('HTTP_CATALOG_SERVER', '
http://subdomain.example.com');
define('HTTPS_CATALOG_SERVER', '
https://subdomain.example.com');
// 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', '
/admin/');
define('DIR_WS_CATALOG', '
/');
define('DIR_WS_HTTPS_ADMIN', '
/admin/');
define('DIR_WS_HTTPS_CATALOG', '
/');