According to [EMAIL PROTECTED]: > As much as it amused me to have these particular hostnames and ip > addresses > in here, it is probably a good idea to remove them before certain former > customers notice and start to wonder. ;-)
[...] > <p>Visitors coming from that address will not be able to see > @@ -1093,15 +1093,16 @@ > machine name, rather than an IP address, you can use that. <a > id="11497" name="11497"></a></p> > <pre> > -deny from dc.numbersusa.com > +deny from hostname.example.com > </pre> > > <p>And, if you'd like to block access from an entire domain, > + or even from an entire tld (top level domain, such as .com or .gov) > you can specify just part of an address or domain name:</p> > <pre> > deny from 192.101.205 > -deny from cyberthugs.com moreidiots.com > -deny from ke > +deny from exampleone.com exampletwo.com > +deny from tld > </pre> BTW, the domains example.com and exampleone.com are registred domains, too. ciao... -- Lars Eilebrecht - This signature has been cruelly [EMAIL PROTECTED] - tested on cute little furry animals. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
