From owner-freebsd-questions Wed Sep 5 10:21:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dv-db.com (dv-db.com [207.159.141.95]) by hub.freebsd.org (Postfix) with ESMTP id 8F0A837B403 for ; Wed, 5 Sep 2001 10:21:21 -0700 (PDT) Received: from mark2 (host217-35-34-245.in-addr.btopenworld.com [217.35.34.245]) by dv-db.com (8.9.3/8.9.3) with SMTP id SAA12284; Wed, 5 Sep 2001 18:21:12 +0100 (GMT/BST) Message-ID: <00e101c1362f$185067d0$0200a8c0@mark2> From: "Mark Hughes" To: "Lee Mark Mercado" , References: Subject: Re: apache Date: Wed, 5 Sep 2001 18:20:10 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > im hosting the dns for myhosteddomain.com and email. but the website has a > different URL and is not in my freebsd box. > > how do i make a redirect when a call is given to my freebsd box with > http://www.myhosteddomain.com and redirect it to a different URL without the > client knowing its being redirected. I'm sure you'd be better off asking this on an apache specific mailing list. You'd need to send a "Location: http://www.domainyouwanttoredirectto.com/" header to the browser which would automatically redirect it. As to how you do that in apache, I don't know :+) Regards, Mark -- Mark Hughes - DVD & Film Content Manager, Technical Officer Digital Spy Ltd http://www.digitalspy.co.uk/ Your number one source for digital media and entertainment news! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message