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
To the proper settings..PHP Code:
<?php
$template_dir = "site1";
define('SITE_NAME','site1');
?>
Bookmarks