gpt4 book ai didi

.htaccess - 重定向 url,如果它包含一些单词

转载 作者:行者123 更新时间:2023-12-02 03:37:04 27 4
gpt4 key购买 nike

我喜欢 htaccess 将包含一些词组的 url 重定向到主页

例子:

重定向

www.mywebsite.com/folder/dont-stop-the-fun
www.mywebsite.com/folder/dont-fun-stop-the
www.mywebsite.com/folder/play-the
www.mywebsite.com/folder/dont-fun-give-the

www.mywebsite.com/

上面的例子将任何包含 fun,play & give 的 url 重定向到主页

我找到了

RewriteCond %{REQUEST_URI} foobar
RewriteRule .* index.php

但它只重定向一个词

谢谢

最佳答案

您可以在 root .htaccess 中使用此规则:

RewriteEngine on

RewriteRule ^folder/(dont-stop-the-fun|dont-fun-stop-the|play-the|dont-fun-give-the) /index.php? [L,NC,R=301]

关于.htaccess - 重定向 url,如果它包含一些单词,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22733781/

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