ZC1.5.1
Multisite v1.0
Can Anyone tell me what is wrong with my config_sites.php files? I get only the header of my site and template, but nothing that appears below the header. My sites are:
www.birthdaysextreme.net and
www.birthdayandmore.net
also, when no using the "www." in the browser will yield: "the domain birthdayandmore.net does not exist."
Please see below:
site:
www.birthdaysextrme.net
<?php
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
$template_dir = "robbor_red_BEX";
define('SITE_NAME','robbor_red_BEX');
?>
site:
www.birthdayandmore.net
<?php
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
$template_dir = "robbor_green_BAM";
define('SITE_NAME','robbor_green_BAM');
?>
Bookmarks