From owner-freebsd-questions@FreeBSD.ORG Wed Aug 10 17:58:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86DF216A41F for ; Wed, 10 Aug 2005 17:58:45 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 559C943D73 for ; Wed, 10 Aug 2005 17:58:36 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from beatrix.daedalusnetworks.priv (host4.bedc.ondsl.gr [62.103.39.228]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j7AHwYxu023176; Wed, 10 Aug 2005 20:58:35 +0300 Received: from beatrix.daedalusnetworks.priv (localhost [127.0.0.1]) by beatrix.daedalusnetworks.priv (8.13.3+Sun/8.13.3) with ESMTP id j7AHwYL7002689; Wed, 10 Aug 2005 20:58:34 +0300 (EEST) Received: (from keramida@localhost) by beatrix.daedalusnetworks.priv (8.13.3+Sun/8.13.3/Submit) id j7AHwYS8002688; Wed, 10 Aug 2005 20:58:34 +0300 (EEST) Date: Wed, 10 Aug 2005 20:58:34 +0300 From: Giorgos Keramidas To: Carstea Catalin Message-ID: <20050810175834.GE2573@beatrix.daedalusnetworks.priv> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: Simple question of dns? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2005 17:58:45 -0000 On 2005-08-10 10:01, Carstea Catalin wrote: > I want to configure my dns to redirect all request from : > http://www.mail.mydomain.com > to > http://mail.mydomain.com > Many users do first request and my server respond only al the second url. > Tks! 1. Add a DNS entry that points to the same IP address. 2. Configure your web server to respond to both names (ala virtual hosting).