gpt4 book ai didi

url - 将编码字符添加到 url 会破坏 htaccess

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

这是我的代码:

RewriteEngine on
RewriteRule page/(.*) index.php?url=$1 [NC]

当我访问页面/http://google.com/ = 工作正常
当我访问 page/http%3A%2F%2Fgoogle.com%2F = 服务器报告 404

马蒂莱恩

最佳答案

我相信你需要 B ( escape ) 标志:

RewriteRule page/(.*) index.php?url=$1 [NC,B]

这将在将其添加到替换字符串之前转义反向引用 ($1)。

关于url - 将编码字符添加到 url 会破坏 htaccess,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3388210/

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