tcjay
4-16-04, 08:37 AM
I have spent hours reading the posts on configuring oscommerce and for the liffe of me I can't figure out where I am going wrong. This is my configuration:
define('HTTP_SERVER', 'http://needlepointbackbay.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://neptune.powweb.com/#####'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'needlepointbackbay.com');
define('HTTPS_COOKIE_DOMAIN', 'neptune.powweb.com');
define('HTTP_COOKIE_PATH', '/shoppingcart/catalog/');
define('HTTPS_COOKIE_PATH', '/shoppingcart/catalog/');
define('DIR_WS_HTTP_CATALOG', '/shoppingcart/catalog');
define('DIR_WS_HTTPS_CATALOG', '/shoppingcart/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', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']));
//define('DIR_FS_CATALOG', '/www/n/needlepointbackbay.com/htdocs/shoppingcart/catalog/');//
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
When I try to check out the page cannot be found. This is the adddress:
https://neptune.powweb.com/######//shoppingcart/catalog/checkout_shipping.php?osCsid=aa72131c4b199be45ac1f 6b921fd332b
It must be right in front of me.............. but looking at prior posts I cannot idetify what is wrong.
TIA Tom
define('HTTP_SERVER', 'http://needlepointbackbay.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://neptune.powweb.com/#####'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'needlepointbackbay.com');
define('HTTPS_COOKIE_DOMAIN', 'neptune.powweb.com');
define('HTTP_COOKIE_PATH', '/shoppingcart/catalog/');
define('HTTPS_COOKIE_PATH', '/shoppingcart/catalog/');
define('DIR_WS_HTTP_CATALOG', '/shoppingcart/catalog');
define('DIR_WS_HTTPS_CATALOG', '/shoppingcart/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', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']));
//define('DIR_FS_CATALOG', '/www/n/needlepointbackbay.com/htdocs/shoppingcart/catalog/');//
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
When I try to check out the page cannot be found. This is the adddress:
https://neptune.powweb.com/######//shoppingcart/catalog/checkout_shipping.php?osCsid=aa72131c4b199be45ac1f 6b921fd332b
It must be right in front of me.............. but looking at prior posts I cannot idetify what is wrong.
TIA Tom