Hi, I made some Redirects 301 in my directory and I found out that all URLs containing accents do not work properly. For instance: Redirect 301 /Empresa-y-negocio/Tiendas-de-m%C3%B3viles http://www.example.com/Tiendas-online/M%C3%B3viles/ I also saw there is a fix to force URLs not to have accents with IndexOptions Charset=UTF-8 which is not working in my case. So, is there any way to do this redirect? Thanks.
I managed to make it work. It's done by setting UTF-8 for the .htaccess file and pasting the links with accents (as shown in URL) instead of codes.