From a0317fc781013bdd0cb1484003c8015b0ea5f2f7 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Mon, 5 Oct 2020 18:14:47 +0200 Subject: [PATCH] Fix broken link after URL update. WIP #3928 @0:05 --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 21a595c..ab52f30 100644 --- a/.htaccess +++ b/.htaccess @@ -49,6 +49,7 @@ Options -Indexes RedirectMatch 301 (?i)^/actualites.html /actualites/ RedirectMatch 301 (?i)^/contactez-nous.php /contact/ RedirectMatch 301 (?i)^/contact-us.php /contact/ + RedirectMatch 301 (?i)^/pathologies/hernie-discale-2 /pathologies/hernie-discale/ -- 2.39.5