gpt4 book ai didi

apache - 如何将以/test/开头的 URL 重定向到单独的脚本?

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

我有一个可以正常工作的现有 htaccess:

RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule (.*) /default.php
DirectoryIndex index.php /default.php

我希望修改它,以便所有以/test/开头的 url 都转到/test/default.php。

示例: http://www.x.com/hello.php --> http://www.x.com/default.php
示例: http://www.x.com/test/hello.php --> http://www.x.com/test/default.php

最佳答案

基本上,只要把/test/在你的表情面前。此外,这里不需要括号:

RewriteRule ^/test/ /test/default.php

关于apache - 如何将以/test/开头的 URL 重定向到单独的脚本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/324400/

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