I added a site.php
in the root of my site with this:
<?php
$kirby = kirby();
$kirby->roots->config = kirby()->roots()->index() . DS . 'config';
I also tried echo just to see that it runs and that the root is correct and it is. Still it uses the old config path. Did I miss something?
I have a new config file in:
example.com/config/config.php