Originally Posted by
TiG
Put
www.bebo.com 127.0.0.1 in your local hosts file on your windows pc.
TiG
Have a read of this site to see what TiG is referring to:
http://www.mvps.org/winhelp2002/hosts.htm
Basically, you can block any site by redirecting it to the black hole that is 127.0.0.1. So add the following lines to the end of your HOSTS file (C:\WINDOWS\SYSTEM32\DRIVERS\ETC\HOSTS) - you can use notepad - it's a plain text file despite the fact it does not have any extension (ie, hosts, not hosts.txt)
Code:
127.0.0.1 bebo.com
127.0.0.1 www.bebo.com
Obviously you'll need to do this on each computer she may use. To test, see if you can then visit the site - the first time you may still get through as IE is probably pulling the page from your cache... so hit refresh and you should get a standard error that the site isn't available.
Hope that helps