[Xitami] Setting Up Virtual Hosts
Tom Baker
xitami@lists.xitami.org
Sun, 9 Feb 2003 16:47:55 -0500
----- Original Message -----
From: "Otto Haldi" <ottohaldi@datacomm.ch>
To: <xitami@lists.xitami.org>; "WhiteShepherd" <fuzzydog@whiteshepherd.net>
Sent: Sunday, February 09, 2003 5:41 AM
Subject: Re: [Xitami] Setting Up Virtual Hosts
> Many thanks too for your help.
>
> Only a small question. I'm using Xitami only locally to learn PHP.
> Question: how do you start the another web located on separated
directory's.
> Like: d:\web\ex1\index.htm
> d:\web\ex2\index.htm
Local access is not what Virtual Hosts are designed for. They require a DNS
resolution, which I doubt you are doing.
To point to different directories, just include it in your http path, I.E.
127.0.0.1/dir1
127.0.0.1/dir2
127.0.0.1/dir3
Tom