This is a discussion on Re: [squid-users] Using squidGuard to redirect to non sitefinder within the Squid Users forums, part of the Web Server and Related Forums category; On Wed, 17 Sep 2003, Neil A. Hillard wrote: > I've been asked to redirect all unregistered .com and ....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |