gpt4 book ai didi

apache - 需要拒绝除我之外的所有 IP 访问站点并显示友好错误

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

我需要拒绝除我之外的所有 IP。

我从 whatismyip.com 获得了我的外向 IP。我们假设它是 200.200.200.200

这是我的 .htaccess 的开头

ErrorDocument 403 /down.html

<Limit GET POST>
order deny,allow
deny from all
allow from 200.200.200.200
</Limit>

这适用于拒绝部分 - 它显示了我的 down.html 页面。但是,即使我将正确的 IP 放在 .htaccess 中,它也会拒绝我。难道我做错了什么?

down.html 页面也包含一个图像 - 但看到所有请求都被拒绝,我不得不将它托管在不同的域上才能显示它。我的 .htaccess 技能有点生疏,但是我将如何通过在此域上使用 .htaccess 来允许该图像请求?

最佳答案

<Limit GET POST>
order allow,deny
allow from 200.200.200.200
deny from all
</Limit>

关于apache - 需要拒绝除我之外的所有 IP 访问站点并显示友好错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1898536/

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