this may help
this is my config_sites.php for my second site..
Maybe that will help.
[QOUTE]//define('PRODUCTS_OPTIONS_TYPE_SELECT','0'); //Product option type Select
//define('UPLOAD_PREFIX','upload_'); //Upload prefix
//define('TEXT_PREFIX','txt_'); //Text prefix
$template_dir = "Mystic";
define('SITE_NAME','Mystic');
define('HTTP_SERVER', 'http://buykandibracelets.com');
//define('HTTPS_SERVER', 'https://herasonlinemarket.com/');
define('ENABLE_SSL', 'false');
define('CATEGORIES_ROOT','0'); //root categories is 1 for this site
define('DIR_WS_CATALOG', '/shop/');
//define('DIR_WS_HTTPS_CATALOG', '/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_INCLUDES', 'includes/');
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', DIR_WS_CATALOG . 'pub/');
define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
// define('DIR_WS_PHPBB', '/');
// * DIR_FS_* = Filesystem directories (local/physical)
//the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
define('DIR_FS_CATALOG', 'XXXXXXXXX/XXX/shop/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');[/QUOTE]
sandihudson:
Noppie,
Thanks for you quick response and assitance!
Actually the problem I'm having is a bit different than site-links.php as I'm not giving customers the option to move between sites or any external sites.
You can see the problem at softball-baseball-bats.com (don't knock the template, I'm still working on that LOL). All the links and products show up correctly but they link back to the main site which is worthsoftballbats.com.
I did manage to get rid of the second site name at the top in the languages/english/html_includes/MY_TEMPLATE/define_main_page.php in case anyone else has the same problem. However, the main site name is still there as the page title.
Any suggestions would be helpful!