PDA

View Full Version : IE fail?



Peegee
02-08-2009, 07:20 PM
I'm trying to block certain sites from being accessed by the browser (ads, shock, etc) and everything works fine in firefox. In IE6 I cannot block sites when I access them this way: http:// www. google.ca but http:// google.ca is blocked.

I have the lines in hosts file thus:

127.0.0.1 google.ca
127.0.0.1 http:// www. google.ca

sans space on the http urls.

And google.ca is blocked but not http www. google.ca

Both are blocked in firefox, so technically I'm fine since I don't use IE, but it still bugs me enough to want to fix. Any idea how? Google is just telling me to save this and that in the hosts file, so I'm lost.

Baloki
02-08-2009, 07:23 PM
127.0.0.1 *.google.ca

That should fix ya, however tbh ya might be better using Privoxy (http://www.privoxy.org/) and letting that do it for you, it also blocks ads on MSN Messenger and such too.

crono_logical
02-09-2009, 08:45 AM
you don't put http:// in hosts files, just the domain names will do :p