主机阻止站点的问题

发布于 2024-09-27 11:33:49 字数 276 浏览 1 评论 0原文

我在通过hosts.ini 阻止站点时遇到问题。

例如,我定义了:

www.todoist.com www.guardian.co.uk

当我输入网页浏览器(FF、Chrome、IE)www.guardian.co.uk 时,它会将我重定向到 www.todoist.com

但当我给出地址 www.guardian.co.uk/sport 时,它是将我重定向到 www.todoist.com/sport 。 您知道如何解决这个问题吗?

I have problem with blocking sites by hosts.ini .

For example I have defined:

www.todoist.com www.guardian.co.uk

and when I enter in webrowser (FF, Chrome, IE) www.guardian.co.uk it's redirecting me to www.todoist.com

But when I give address www.guardian.co.uk/sport it's redirecting me to www.todoist.com/sport .
Do You know how to manage with this problem ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

银河中√捞星星 2024-10-04 11:33:49

主机.ini?您的意思是来自 C:\windows\System32\drivers\etc 的“主机”吗?

正确的格式是

127.0.0.1 www.todoist.com www.guardian.co.uk

或者您可以将 127.0.0.1 替换为任何无效的 IP 地址。
请记住,如果您需要阻止计算机上的其他用户访问这些站点,如果他们具有管理员权限,他们可以绕过您的设置。

如果您需要更多帮助,我就在这里:)

Hosts.ini? Did you mean "hosts" from C:\windows\System32\drivers\etc?

The correct format is

127.0.0.1 www.todoist.com www.guardian.co.uk

Or you can replace 127.0.0.1 with any invalid IP address.
Remember that if you need to prevent other users on your computer to visit those sites, if they have Administrator privileges, they can bypass your setting.

If you need more help, I'm here :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文