Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 50904 invoked by uid 500); 15 Aug 2002 13:03:20 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 50893 invoked from network); 15 Aug 2002 13:03:20 -0000 Received: from um0003.unimaas.nl (137.120.1.3) by daedalus.apache.org with SMTP; 15 Aug 2002 13:03:20 -0000 Received: from mail001.unimaas.nl (mail001.unimaas.nl [137.120.1.31]) by um0003.unimaas.nl (Postfix) with ESMTP id 0915EBDB for ; Thu, 15 Aug 2002 15:03:21 +0200 (MEST) Received: from matthijs (campusf1038nuts.unimaas.nl [137.120.235.38]) by mail001.unimaas.nl with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 3Q7FWWMK; Thu, 15 Aug 2002 15:03:20 +0200 Reply-To: From: "Matthijs Rohs" To: Subject: RE: Redirecting URLS... Date: Thu, 15 Aug 2002 15:03:12 +0200 Message-ID: <000301c2445c$1fcf1420$0100a8c0@matthijs> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <3D5BA560.821E5C76@ita.org.mo> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N LOL, that would cause an eternal loop :) (and it causes it, I've tried) I need something else please... http://www.nu.nl/ has that technique, it redirects to http://nu.nl/? ViVa -----Oorspronkelijk bericht----- Van: EdwardSPL@ita.org.mo [mailto:EdwardSPL@ita.org.mo] Verzonden: donderdag 15 augustus 2002 14:58 Aan: users@httpd.apache.org Onderwerp: Re: Redirecting URLS... Why not using Redirect / http://rohs.nl ? Boyle Owen wrote: > > From: Matthijs Rohs [mailto:matthijs@rohs.nl] > > > Does anyone know how I can redirect http://www.rohs.nl/ to http://rohs.nl/ ? > > It depends: > > (1) If both domain names resolve to the same IP address, then just make one a server alias, e.g. > > > ServerName www.rohs.nl > ServerAlias rohs.nl > ... > > (2) If the have different IP addresses, put both addresses in the VH tag as well > > > ServerName www.rohs.nl > ServerAlias rohs.nl > ... > > I am assuming that you realise that this has more to do with DNS than with apache. > > Rgds, > > Owen Boyle > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org