gpt4 book ai didi

apache - 如何根据查询字符串在 apache mod_rewrite 中禁止 url?

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

如何在apache中禁止以下网址;
main/index.php?site=ing
我尝试了以下方法;
RewriteRule ^main/index.php?site=ing - [F]
但没有运气...

最佳答案

cannot match a query string in the RewriteRule , 你所要做的

RewriteCond %{QUERY_STRING} site=ing     #Adjust the regexps with anchors
RewriteRule ^main/index.php - [F]

关于apache - 如何根据查询字符串在 apache mod_rewrite 中禁止 url?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1087436/

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