gpt4 book ai didi

.htaccess - 将变量 URL(附属链接)重定向到索引

转载 作者:行者123 更新时间:2023-12-03 15:53:02 26 4
gpt4 key购买 nike

我正在尝试将带有谷歌分析标识符的合作伙伴链接重定向到我的索引,以便用户无法看到附属公司的变量。

我尝试了以下方法,但不知何故总是什么也没发生

RedirectMatch 301 mydomain.de/?utm_source=source&utm_medium=pmediumtype&utm_content=contenttype&utm_campaign=campaignname /$1

Redirect 301 mydomain.de/?utm_source=source&utm_medium=pmediumtype&utm_content=contenttype&utm_campaign=campaignname /index.php

打开的 URL 看起来像
mydomain.de/?utm_source=source&utm_medium=pmediumtype&utm_content=contenttype&utm_campaign=campaignname

我要打开 mydomain.demydomain.de/index.php .

这些变量也有可能附加到

mydomain.de/kategorie/
mydomain.de/kategorie/kategorie/
mydomain.de/kategorie/kategorie/kategorie/
mydomain.de/kategorie/articlename.html
mydomain.de/kategorie/kategorie/articlename.html
mydomain.de/kategorie/kategorie/kategorie/articlename.html



总是背后有这些变量
?utm_source=deathpurge&utm_medium=partner&utm_content=text&utm_campaign=clan

谷歌网址生成器 reference

最佳答案

您可以在 DOCUMENT_ROOT/.htaccess 中使用此规则文件:

RewriteEngine On

RewriteCond %{QUERY_STRING} utm_source=\w+ [NC]
RewriteRule ^ /index.php? [L,R=302]

关于.htaccess - 将变量 URL(附属链接)重定向到索引,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31843137/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com