Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Server name in my url


grunionfab

Recommended Posts

Posted

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! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

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/');

Posted

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...