On 10/1/05, Muhammad Rizwan <[EMAIL PROTECTED]> wrote:
> Hello
>
> I want to ask about Virtual directories in Apache, i.e. how i can create
> Virtual directories in Apache. How i can map and use them in my domain
> (i.e. lets say www.domain.com).

When you want to map a particular domain name to a particular
directory, that is called a "virtual host".  See the apache docs, and
in particular, the docs on "name-based virtual hosts".

If you want to map a particular web directory to a particular file
directory (eg. www.example.com/dir goes to c:/dir) then you want an
Alias.  Look that up in the apache docs.

All of this is summarized at
http://httpd.apache.org/docs/2.0/urlmapping.html

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to