Also, did you need to have:
$template_dir = "youngwaypc";
define('SITE_NAME','youngwaypc');
in the file: includes/config_sites/www.youngwaypc.com_config.php
This tell what is the template name for your site. you also have to rename all the folder of your template to youngwaypc (this can apear annoying but it will really help if have more sites...)
And you need to add that at the beginning of your configure.php:
include_once('includes/config_sites/sites_switch.php');




