gpt4 book ai didi

.htaccess - 如果 URL 包含某个字符串,则 htaccess 重定向

转载 作者:行者123 更新时间:2023-12-03 11:32:23 25 4
gpt4 key购买 nike

我该怎么写 .htaccess如果 URL 包含某个单词,则重定向规则?

例如如果它包含 foobar然后重定向到 index.php

最佳答案

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

some variant thereof .

关于.htaccess - 如果 URL 包含某个字符串,则 htaccess 重定向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3220377/

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