I'm moving a old php site in Grav.
I'd like to point old ulrs to new pages.
I tried to use route aliases in new page like this:
routes:
aliases:
- '/congressi.php?id_evento=296'
but I have "Page not found".
Is it possibile to do it in Grav without to use .htaccess redirect?
Thanks