Open
Description
I have an old URL that looks like this: read.php?article=1-welcome-to-website
In the Failures tab, I can see Retour found the error in path read.php
, but without the query string
I've tried to explicitly add a new redirect from the Routes tab:
- Path:
read.php?article=1-welcome-to-website
- Redirect to: a page created through Kirby.
But when trying to access the old URL, the page only redirected to Kirby's site error page; and I can see that the failures Hit count for news.php
has increased. So it seems that Retour is ignoring it.
Is there any way to make this work?