Hello,
i try to change the root path but it doesn´t work I have a folder “start” on my server and there is my kirby site in it.
But the LINKS does´t work. i try this in a site.php
<?php
$kirby = kirby();
$kirby->roots->site = '/start/';
echo $kirby->launch();