SecretAgentWoman Posted February 23, 2004 Posted February 23, 2004 Ok, I can't figure this out. http://www.hometanningbed.biz/catalog/ When you click on "My Account" or "Checkout" it should take you to my secure directory on my server...and it does, minus the /catalog/ directory (https://protected.xeran.com/hometan/account.php), so obviously the page isn't there... Here's my config file: define('HTTP_SERVER', 'http://www.hometanningbed.biz'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://protected.xeran.com/hometan'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.hometanningbed.biz'); define('HTTPS_COOKIE_DOMAIN', 'https://protected.xeran.com/hometan/'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/hometan/catalog/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/users/web/b2551/xe.hometan/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); I just can't get it to use the proper URL - why is it dropping /catalog/ ?
Numloch Posted February 24, 2004 Posted February 24, 2004 Did you try: define('DIR_WS_HTTPS_CATALOG', '/catalog/' without the /hometan/ bit?
SecretAgentWoman Posted February 24, 2004 Author Posted February 24, 2004 Uh...Help??? <Finding this on page 4 essentially unanswered is heartbreaking. :( >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.