gpt4 book ai didi

.htaccess - 301 重定向到新域,没有尾随/斜线

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:35:53 29 4
gpt4 key购买 nike

我想重定向域中的所有 url:

http://exampledomain.com

到特定地址上的新域,该地址仅在地址末尾没有尾部斜杠的情况下有效

http://www.newdomain.com/123-content

我在 .htaccess 中尝试了很多规则,但每次它都重定向到末尾带有/的 url,但它不起作用。

最佳答案

将以下规则放在旧站点主根目录的 .htaccess 中:

RewriteEngine On
RewriteCond %{REQUEST_URI} ^(.*)([^/]+)/?$
RewriteRule ^ http://newdomain.com%1%2 [L,R=301]

注意:清除浏览器缓存然后测试

关于.htaccess - 301 重定向到新域,没有尾随/斜线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49506399/

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