Redirect Subdomain to Folder

i just assumed that the quoted thread referring to http://getkirby.com/docs/advanced/customized-folder-setup#multi-site-setup would work.

depending on site.php content

$domains = array('domain-1.com', 'domain-2.com');     
// changed to
$domains = array('one.example.com', 'two.example.com');

the file structure from the example would look like that:

1 Like