K
Ken Blake, MVP
Trax said:After you get clean'd up you might want to run a HOSTS file
Mine (the one I use): http://someonewhocares.org/hosts/
What's a HOSTS file: http://www.mvps.org/winhelp2002/hosts.htm
Bottom line, a HOSTS file blocks sites listed in the HOSTS file;
That's a confusing and inaccurate statement. Blocking sites is *not* the
purpose of the hosts file, although it can do that in addition to its normal
function.
Read my standard post on the host file, which follows:
The real address of a web site is not the URL, like www.aumha.org, which
many people think it is, but an IP address like 66.39.115.252. When you type
a URL, it has to be translated into an IP address, and that usually happens
by going to an external DNS server, normally provided by your IP. The URL is
looked up, the IP address is provided, and only then can your browser get to
the web site.
The hosts file shortcuts that process. It's sort of like a local DNS server,
where the URL can be looked up and the IP address provided. So when the URL
is found there, it saves the time for DNS lookup that would otherwise be
needed. It can't list them for all web sites, of course, but can be useful
if it contains the addresses of sites you frequent. The Hosts file is
checked before going to the DNS server, and the DNS server is accessed only
if necessary--if there's no entry in the Hosts file.
The Hosts File can also be used to block access to particular web sites. See
"Blocking Unwanted Parasites with a Hosts File"
http://www.mvps.org/winhelp2002/hosts.htm