/*
* URLs for your site will be built via:
* HTTP_SERVER plus DIR_WS_ADMIN or
* HTTPS_SERVER plus DIR_WS_HTTPS_ADMIN or
* HTTP_SERVER plus DIR_WS_CATALOG or
* HTTPS_SERVER plus DIR_WS_HTTPS_CATALOG
* ...depending on your system configuration settings
*/
define('HTTP_SERVER', 'http://duquecigars.com');
define('HTTPS_SERVER', 'https://duquecigars.com');
define('HTTP_CATALOG_SERVER', 'http://duquecigars.com');
define('HTTPS_CATALOG_SERVER', 'https://duquecigars.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
this is the admin/includes/configure.php



