Currently updating an āoldā Kirby 2 Site.
I probably missed something but in the past it was possible to change the home
to, lets say blog
. So example.com/blog/
became example.com
and example.com/blog/article-about-something
became example.com/article-about-something
and this worked out of the box by setting c::set(āhomeā, āblogā) without setting up a route or a page model.
Now the Urls on the new home
-page aka. blog
do point to the right direction (the articles) but return a 404 and the articles are only reachable through the original url example.com/blog/article-about-something
.
What do i miss, what has changed, how can I fix this?
Edit: I did try this also with a fresh install of the starter kit to test it and changed the homepage to notes
with the same result.