funny little problem.
i used to run some other cms here on that site, and some bot is trying to access an old link that has a colon in it.
now i can redirect links in site.yaml, but grav seems to choke on the colon.
redirects:
/Blog/Here:_Not_here: /definitely-here
As soon as I remove the colon inside the link, the redirect works. But that doesn't help because the bot doesn't know it. According to this question yaml shouldn't even care about it. Nevertheless I tried about all workarounds listed there, to no avail.
Is this a bug? Or is it fixable right now?