forked from ZwiiCMS-Team/ZwiiCMS
[9.2.03] intégration du filtre Facebook
This commit is contained in:
parent
0e048a3866
commit
76248deccf
@ -35,5 +35,12 @@ Options -Indexes
|
||||
Options -MultiViews
|
||||
</IfModule>
|
||||
|
||||
# Corrige lien Facebook en direction de la racine du site
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{QUERY_STRING} ^(.*)&?fbclid=[^&]+&?(.*)$ [NC]
|
||||
RewriteRule ^/?(.*)$ /$1?%1%2 [R=301,L]
|
||||
<IfModule mod_rewrite.c>
|
||||
|
||||
# Attention, surtout ne rien modifier ci-dessous !
|
||||
# URL rewriting
|
||||
# URL rewriting
|
||||
|
Loading…
Reference in New Issue
Block a user