Hello
- I finished a new Grav site and got the old website URLs that were indexed by Google. Normally, I do in the .htaccess a redirect in this way:
Redirect 301 old_URL new_URL
But I was not able to make it work
- I read the documentation and some forum posts:
https://learn.getgrav.org/17/content/routing
2.1 /forum/support/redirect-returns-404-t8894
I was not able to do the redirect in site.yaml, unfortunately I can not go back to the old website, and Google search positions are in danger now.
redirects:
'/Articulos.php?articulo_no=134&': /blog/concentrador-de-oxigeno-portatiles[301]
3 I also tried via the Grav Admin Plugin in configuration site using redirects, then routes, then both, impossible to me to make it work, I do not know what am I doing wrong. Please see the screen capture.

In any case I always get the Grav 404 page when I enter the old URL on the browser.
Can somebody please be so kind to show me the right way to redirect old URLs to their corresponding Grav URL?
Thanks in advance.
Regards