whitehawk43 Posted August 12, 2008 Posted August 12, 2008 :blink: when I click on a link for a catagorie in my catalog listing It give a page not found error and the url reads http://mosgifts.com/HTTP_SERVER/index.php Thanks Ben Mo's Gifts and Things
Guest Posted August 12, 2008 Posted August 12, 2008 Check to make sure your catalog/includes/configure.php file is set correctly.
whitehawk43 Posted August 12, 2008 Author Posted August 12, 2008 Check to make sure your catalog/includes/configure.php file is set correctly. what do you mean set correctly the permission or the top line that nave http/ in them Thanks Ben
whitehawk43 Posted August 12, 2008 Author Posted August 12, 2008 what do you mean set correctly the permission or the top line that nave http/ in them Thanks Ben I have checked my config file and don't see nothing worng if you go to https://mosgifts.com then click on a link in my wholesale catalog in the left column you will see the error it returns Thanks Ben
Guest Posted August 12, 2008 Posted August 12, 2008 Post your catalog/includes/configure.php. DO NOT POST THE DATABSE INFO PART. WE DO NOT NEED THAT.
whitehawk43 Posted August 12, 2008 Author Posted August 12, 2008 Post your catalog/includes/configure.php. DO NOT POST THE DATABSE INFO PART. WE DO NOT NEED THAT. Here it is define('HTTPS_SERVER', 'http://mosgifts.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://mosgifts.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL',true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN','http://mosgifts.com/'); define('HTTPS_COOKIE_DOMAIN', 'https://mosgifts.com/'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_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/'); Thanks for taking the time Ben
Guest Posted August 12, 2008 Posted August 12, 2008 Try this define('HTTP_SERVER', 'http://mosgifts.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://mosgifts.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL',true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN','mosgifts.com'); define('HTTPS_COOKIE_DOMAIN', 'mosgifts.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_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/');
whitehawk43 Posted August 13, 2008 Author Posted August 13, 2008 Try this define('HTTP_SERVER', 'http://mosgifts.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://mosgifts.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL',true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN','mosgifts.com'); define('HTTPS_COOKIE_DOMAIN', 'mosgifts.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_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/'); Hey that seemed to do it Thanks again Just another reason to use OScommerce you can't beat the tech support :D Ben Webmaster Mo's Gifts and Things
Recommended Posts
Archived
This topic is now archived and is closed to further replies.