I’m using alias like this : https://mydomain.com/fr/page1
This resource is not available anymore and a new resource replace it : https://mydomain.com/fr/new-resource
I’m lookign for a way to make 301 redirect.
I have tried with new lines on .htaccess :
Redirect 301 ^/fr/page1$ https://mydomain.com/fr/new-resource
… but it doesn’t work.
An url like this is generated with 404 error :
https://mydomain.com/fr/new-resource?q=fr/page1
I also tried with Redirector addon, without success…
What did I miss ?