Cool, it’s working!
-
I’ve added the two Hosts via MAMP Pro
-
My multisitetest folder needed a htaccess with RewriteBase /
-
The $sites part in my index.php looks like this:
$sites = [
'site-one.test' => 'site-one',
'site-two.test' => 'site-two',
];
Thank you so much!