grunionfab Posted October 28, 2006 Posted October 28, 2006 I cant figure out how to get my servers name out of my url. I have tried messing around with my config.php and it will work for like 1 or 2 pages but then it does something like this... https://st11.startlogic.com/~grunionf/osCom...php?cPath=30_54
241 Posted October 28, 2006 Posted October 28, 2006 best course would be to post your configure.php file leaving out the database information from the bottom of the file. the link given has https which would be the secure socket layer url therefore it may be that it is this path that is wrong in the configure.php No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
grunionfab Posted October 28, 2006 Author Posted October 28, 2006 define('HTTP_SERVER', 'https://st11.startlogic.com'); define('HTTPS_SERVER', 'https://st11.startlogic.com'); define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'grunionfabrication.com'); define('HTTPS_COOKIE_DOMAIN', 'st11.startlogic.com/~grunionf'); define('HTTP_COOKIE_PATH', '/~grunionf/osCommerce1/catalog/'); define('HTTPS_COOKIE_PATH', '/~grunionf/osCommerce1/catalog/'); define('DIR_WS_HTTP_CATALOG', '/~grunionf/osCommerce1/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/~grunionf/osCommerce1/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/grunionf/public_html/osCommerce1/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
grunionfab Posted October 28, 2006 Author Posted October 28, 2006 Ok, i think I got the url ok but now none of my images are showing up.... Where is the code to pull up images so i can change the directory path?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.