'site-mydomain', 'www.mydomain.com' => 'site-mydomain', 'dev.mydomain.com' => 'site-dev', 'www.otherdomain.com' => 'site-other', /* * Default for all others (typically /site/) * */ '*' => 'site', ); }