I have links on my Wordpress website with %ef%bb%bf at the end of URLs, I changed them directly on database, but know I have to redirect the old ones to the new version.
I tried via .htaccess, but it doesn't work :
Redirect 301 /category/old-uri%ef%bb%bf/ https://example.com/category/new-uri
I tried different variants too, but nothing works.
Do you have ideas ?
Thanks