gpt4 book ai didi

regex - htaccess将Google广告系列跟踪附加到别名网址

转载 作者:行者123 更新时间:2023-12-03 16:22:55 24 4
gpt4 key购买 nike

抱歉,重复线程(htaccess rewrite URL to append Google campaign tracking causing redirect loop),但另一个需要50分才能发表我没有的评论

我的.htaccess中有这个简单的别名

RewriteCond %{REQUEST_URI} /contact$
RewriteRule .* /content.php?id=17 [L]


而且我正在使用分析跟踪,因此需要添加一个QS,例如

?utm_source=somesource&utm_medium=email&utm_campaign=somecode


以我的别名。

我尝试在.htaccess中将其更改为以下内容,但它们都不起作用:

RewriteCond %{REQUEST_URI} /contact$
RewriteRule .* /content.php?id=17 [L,QSA]

RewriteCond %{REQUEST_URI} /contact$
RewriteRule .* /content.php?id=17&%{QUERY_STRING} [L]


那么如何捕获查询字符串呢?

谢谢

最佳答案

用以下代码替换所有代码:

RewriteRule ^contact/?$ content.php?id=17 [L,QSA,NC]

关于regex - htaccess将Google广告系列跟踪附加到别名网址,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18122489/

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