From owner-freebsd-isp Mon Oct 2 17:16:55 2000 Delivered-To: freebsd-isp@freebsd.org Received: from bart.acs.nmu.edu (bart.acs.nmu.edu [198.110.193.8]) by hub.freebsd.org (Postfix) with ESMTP id 2D72437B502 for ; Mon, 2 Oct 2000 17:16:52 -0700 (PDT) Received: from wag2.resnet.nmu.edu (wag2.resnet.nmu.edu [204.38.56.104]) by bart.acs.nmu.edu (8.11.1/8.11.1) with SMTP id e930GoW09533 for ; Mon, 2 Oct 2000 20:16:51 -0400 (EDT) From: Chris Jesseman Date: Tue, 03 Oct 2000 00:18:23 GMT Message-ID: <20001003.182374@wag2.resnet.nmu.edu> Subject: Re: Domain Redirection & Cloaking To: freebsd-isp@FreeBSD.ORG In-Reply-To: References: X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.2;Win32) X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 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