I did a completely new ZC install and uploaded all MultiSite files again per the instructions and figured out why my webpages weren't loading correctly on Site2.
I had done the
www.Site2.com_config.php file incorrectly. I have since corrected it to the following and it works fine:
<?php
$template_dir = "Site2";
define('SITE_NAME','Site2');
define('HTTP_SERVER', 'http://www.site2.com');
define('HTTPS_SERVER', 'https://www.site2.com');
?>
I also found that $template_dir and SITE_NAME have to both be exactly the same for it to display correctly.
I just have one other question which I couldn't find answered in the forum already: How can I get the order_site information to show in the admin panel, as opposed to viewing it through phpMyAdmin each time an order comes in?
Bookmarks