Zen Follower
- Join Date:
- Apr 2008
- Location:
- South Florida
- Posts:
- 195
- Plugin Contributions:
- 0
MultiSite Module Support Thread
The template (and most everything else) is controled by the config site file. That is all you need to modify.. Once you have the main site working properly you can start on the alternate sites.
Edit the file www.site1.com_config.php
Change
<?php
$template_dir = "site1";
define('SITE_NAME','site1');
?>
To the proper settings..