AH10411 Apache 更新后出错 - 使用空格重定向 (%20)

问题描述 投票:0回答:0

在 Apache 更新之后,如果 URL 包含空格或编码空格 %20,我已经工作多年的重定向现在不起作用。

RewriteRule ^blogs/(.*)$ /Forum/blog.php?mode=view&un=$1 [L]

这条线曾经有效,但现在如果参数中有空格 - 或 %20 - 会导致 AH10411 错误。

apache redirect
© www.soinside.com 2019 - 2024. All rights reserved.