QUOTE
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
define('HTTP_SERVER', 'http://simcards-r-us.co.uk'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://simcards-r-us.co.uk'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', false); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'simcards-r-us.co.uk');
define('HTTPS_COOKIE_DOMAIN', '');
define('HTTP_COOKIE_PATH', '/Shop/');
define('HTTPS_COOKIE_PATH', '/Shop/');
define('DIR_WS_HTTP_CATALOG', '/Shop/');
define('DIR_WS_HTTPS_CATALOG', '/Shop/');

