I need to migrate an existing website’s url scheme to kirby. I was thinking of adding a field “full_path” in which I can enter something like some-seorified-path/for-whatever/reason in it and it can then be view at "example.com/some-seorified-path/for-whatever/reason` - no matter where in Kirby’s content-folder it is placed.
However, you would have to define the old path for every page.
If there are any rules by which you could reroute, I’d prefer to do this in the .htaccess or - if you have access to the server configuration file - in there.