gpt4 book ai didi

.htaccess - mod_rewrite : query string gets lost on rewrite

转载 作者:行者123 更新时间:2023-12-04 05:11:40 24 4
gpt4 key购买 nike

我的 .htaccess 知识有限,需要一些帮助。我需要将所有页面请求重定向到 www.newdomain.com 除了 www.olddomain/page.json 但查询字符串在重定向时被丢弃。我怎样才能保存它?非常感谢!

当前代码:

RewriteEngine on
RewriteCond %{REQUEST_URI} !^/page.json
RewriteRule (.*) http://newdomain.com/$1 [R=301,L]

编辑:为了清楚起见,我只需要留在旧域的 page.json 上,假设用户请求 www.olddomain.com/page1.json?session=gVgr30ExUlM我需要重定向到www.newdomain.com/page1.json?session=gVgr30ExUlM但是当它是 www.olddomain.com/page.json?=LKJHGF 我需要它留在那个旧域上并且不会重定向是否可能?

最佳答案

使用 [QSA]标志(“查询字符串追加”)

关于.htaccess - mod_rewrite : query string gets lost on rewrite,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14854307/

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