Redirect 301 in .htaccess

0

Hello, I have a wordpress with several articles that I want to Redirect:

The articles that give error 404 hang from the category / news-news / with a structure similar to /actualidad-noticias/ciudadania-digital-mayo-2010.shtm and I want them to be redirected to link

But for some reason it is not done correctly. say that I do it from the .htaccess file that already contains other similar redirects and work correctly

The line of code is as follows:

Redirect 301 /actualidad-noticias/ciudadania-digital-mayo-2010.shtm http://www.ejemplo.net/ciudadania-digital/

Does anyone know why this redirect does not work?

Another one that does not work:

RedirectMatch 301 ^/actualidad-noticias/ciudadania-digital-mayo-2010.shtm$ http://www.ejemplo.net/ciudadania-digital/

    
asked by ruben 15.10.2018 в 18:28
source

0 answers