From owner-freebsd-questions Wed May 17 14:58:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nisser.com (c1870039.telekabel.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 50EB737BE70 for ; Wed, 17 May 2000 14:58:22 -0700 (PDT) (envelope-from roelof@nisser.com) Received: from nisser.com (roelof [10.0.0.2]) by nisser.com (8.9.3/8.9.2) with ESMTP id XAA51110; Wed, 17 May 2000 23:58:17 +0200 (CEST) (envelope-from roelof@nisser.com) Message-ID: <39231691.1FA2ECCE@nisser.com> Date: Thu, 18 May 2000 00:00:49 +0200 From: Roelof Osinga Organization: eboa - engineering buro Office Automation X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Kevin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache and internal URLs References: <000367b92ee2b7fa_mailit@smtp.jump.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kevin wrote: > > ... > I want to have a situation where any internal clients can put, say http:// > wizbang (or just 'wizbang') into their browser, and have it access the > Intranet. I don't want them to do http://host.domain.com/wizbang, just http: > //wizbang. How would I go about doing this in Apache? I am still trying to > learn Apache and I'm do not know what parameters I need in this situation. > > One more question: would 'wizbang' need to be a registered domain? You could put wizbang in the DNS and have it point to the apache machine. Then you create a virtual domain for the wizbang domain. As long as it's for an intranet you can get away with this. For outside purposes you would need a legal domain. Instead of a virtual domain you could of course also try your hand at URL rewriting. Roelof -- dog's home @ http://cairni.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message