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 -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss