Redirect 301 not working with accents

Discussion in 'Apache' started by directorio, Oct 2, 2012.

  1. #1
    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.
     
    directorio, Oct 2, 2012 IP
  2. directorio

    directorio Greenhorn

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    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.
     
    directorio, Oct 6, 2012 IP