From 76248deccf6504a21e6609223eded86e2dd37c62 Mon Sep 17 00:00:00 2001 From: Fred <23246457+fredtempez@users.noreply.github.com> Date: Fri, 2 Aug 2019 10:54:43 +0200 Subject: [PATCH] =?UTF-8?q?[9.2.03]=20int=C3=A9gration=20du=20filtre=20Fac?= =?UTF-8?q?ebook?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htaccess | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 574dd56b..38f4c5f9 100644 --- a/.htaccess +++ b/.htaccess @@ -35,5 +35,12 @@ Options -Indexes Options -MultiViews +# Corrige lien Facebook en direction de la racine du site + +RewriteEngine on +RewriteCond %{QUERY_STRING} ^(.*)&?fbclid=[^&]+&?(.*)$ [NC] +RewriteRule ^/?(.*)$ /$1?%1%2 [R=301,L] + + # Attention, surtout ne rien modifier ci-dessous ! -# URL rewriting \ No newline at end of file +# URL rewriting