On Wed, 17 Sep 2003, Neil A. Hillard wrote: > I've been asked to redirect all unregistered .com and .net domains > (that would now go to VeriSign's sitefinder) to our own internal 'The > domain you entered doesn't exist' page.
For this I would recommend using a Squid ACL and deny_info.. (2.5.STABLE3 and later) acl verisignsucks dst 64.94.110.11 http_access deny verisignsucks deny_info http://your.internal.server/nodomain.html verisignsucks Regards Henrik
