如何阻止我的网站访问某个已知 IP 地址?
我想阻止某个特定 IP 地址访问我的网站,我该怎么做?
使用 htaccess 或?
I want to block access of my site from one particular IP address, how can i do that.?
using htaccess or ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我突然想到,在 .htaccess 中,输入以下内容“
不是 100% 确定”,所以请告诉我它是否有效。
Off the top of my head, in .htaccess, put the following
Not 100% sure, so please let me know if it worked.
如果您使用 PHP,请将其放入配置文件中。 根据需要替换字符串和变量以更改 IP 地址或仇恨级别。
我更喜欢这个:
如果他们足够刷新页面,他们可能会发现我在说什么。
If you are using PHP, put this in your configuration file. Replace strings and variables as necessary to change the IP address or level of hatred.
I prefer this one:
If they refresh the page enough, they might find out what I'm saying.