Date: Tue, 03 Oct 2000 00:18:23 GMT From: Chris Jesseman <chris@sitemajic.net> To: freebsd-isp@FreeBSD.ORG Subject: Re: Domain Redirection & Cloaking Message-ID: <20001003.182374@wag2.resnet.nmu.edu> In-Reply-To: <Pine.BSF.4.21.0010021954180.540-100000@veager.siteplus.net> References: <Pine.BSF.4.21.0010021954180.540-100000@veager.siteplus.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Apache URL rewrite engine rules can do this transparently. --=20 Chris Jesseman, President E-mail: admin@sitemajic.net UNIX Web Hosting from $19.95 http://www.sitemajic.net >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 10/2/00, 8:00:40 PM, Jim Weeks <jim@siteplus.net> wrote regarding Re:= =20 Domain Redirection & Cloaking: > On Mon, 2 Oct 2000, N.B. DelMore wrote: > > Does any one have, or can anyone point me to a script that does doma= in > > redirection and cloaking? > I am not 100% sure what you mean by this, but this script would redire= ct > to another domain and would never show the calling domain in the brows= er > 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= =20 web > directory as index.cgi. Then when someone went to somedomain.com they= > would automatically be redirected to otherdomain.com and otherdomain.c= om > 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 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?20001003.182374>