blocking websites

Associate
Joined
2 Aug 2006
Posts
1,719
Location
Liverpool
hi whats the easiest way to block websites, someone i know wants me to block certain websites, there isp is vodafone and operating system is vista
 
The best is dependant on how much you want to pay.
Here we have web filtering from Sonicwall on a piece of hardware that cost lots of money.

Given they're on a USB modem and mobile broadband then I'd say K9 is fine, tbh if he knows the website URLs he wants to block adding them to hosts file is by far the simplest way and the cheapest way.

how do i set up hosts file, sorry about all the questions
 
i'm not 100% on it's location in vista. In XP it was in C:\WINDOWS\system32\drivers\etc. A quick Google should tell you where it is in vista.

In there is a file called "hosts" if you open that with notepad and edit it you can get the desired result. There's an example in there as default to show you what to put.
Basically you put the url and IP you want it to lookup for that address. The IP should be 127.0.0.1 which is loopback. I.e when that URL is requested the request never leaves the PC. e.g "www.google.co.uk 127.0.0.1" would block google

thanks sorted
 
Back
Top Bottom