John Taylor-Johnston wrote:
It used to have a feed, by accident.
Now someone munches up too much bandwidth.
http://www.foo.com//?feed=rss2
How can I divert this to 127.0.0.1 or something to convince this one to leave my bandwidth alone?

You could make your PC think www.foo.com is local. Open up your hosts
file (typically /etch/hosts on *nix,
c:\windows\system32\drivers\etc\hosts on Windows) and add a line that reads:

127.0.0.1 www.foo.com

That way your PC (only your PC) will think that www.foo.com is local,
and not go over the Interweb for it.

--
Richard Heyes
Employ me:
http://www.phpguru.org/cv


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to