Date: Mon, 2 Oct 2000 20:00:40 -0400 (EDT) From: Jim Weeks <jim@siteplus.net> To: "N.B. DelMore" <mylists@inr.net> Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Domain Redirection & Cloaking Message-ID: <Pine.BSF.4.21.0010021954180.540-100000@veager.siteplus.net> In-Reply-To: <3.0.6.32.20001002193956.01526910@mail.inr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2 Oct 2000, N.B. DelMore wrote: > Does any one have, or can anyone point me to a script that does domain > redirection and cloaking? I am not 100% sure what you mean by this, but this script would redirect to another domain and would never show the calling domain in the browser window. #!/usr/bin/perl print "location: http://otherdomain.com\n\n"; In other words you would add index.cgi to the list of index files in apache, if it isn't already one, and put this file in somedomain.com's web directory as index.cgi. Then when someone went to somedomain.com they would automatically be redirected to otherdomain.com and otherdomain.com would show up in the browser window. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0010021954180.540-100000>