Hello,
I'd like to route an url sonicprotest.com/2022/le-replay to a folder sonicprotest.com/2022-le-replay
This folder is static html content.
When I define a redirect in configuration->site it is working as expected, when you type sonicprotest.com/2022/le-replay you are redirected to the folder with a visible changed URL.
But when I try to route it, it gives me a 404. However I defined redirect or routing the same way with:
/2022/le-replay: /2022-le-replay/
Do you know what I am doing wrong?
Thanks
Nicolas