gpt4 book ai didi

.htaccess - 通过 .htaccess 中的 IP 范围限制 URL?

转载 作者:行者123 更新时间:2023-12-01 01:13:40 25 4
gpt4 key购买 nike

我只是想知道是否有办法使用 .htaccess 限制特定 IP 范围的 URL 路径。

请注意,是的,这在 vhost 配置中是可能的,我只是想知道是否有人在 htaccess 中尝试过。

最佳答案

我让它工作了。

 RewriteEngine on
RewriteCond %{HTTP:X-FORWARDED-FOR} !^127\.0\.0\.
RewriteRule ^(user|admin) - [F]

关于.htaccess - 通过 .htaccess 中的 IP 范围限制 URL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13447362/

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