Re: apache url web root

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Jeremy C. Reed
Date:  
To: plug-discuss
Subject: Re: apache url web root
On Fri, 18 Feb 2005, Jim B wrote:

> apache answers on port 443 but I want to just go to
> https://ipaddress/webmail and apache direct that to
> httsp://ipaddress/ilohamail/source/index.php
>
> The advantage would be that the user would just type in /webmail
> instead of /ilohamial/source/index.php


Not enough information. Maybe:

<Location /webmail>
DocumentRoot /ilohamial/source
</Location>

Or:

Redirect /webmail/ httsp://ipaddress/ilohamail/source/

Or use Alias


Jeremy C. Reed

                 BSD News, BSD tutorials, BSD links
                http://www.bsdnewsletter.com/


---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss