Apache & Squirrelmail questions

Rodney Kanno pepe65 at hawaii.rr.com
Fri Jan 25 09:48:36 PST 2002


This sounds promising...I'll give it a shot and hope for the best! hehehe
Thanks,

Rodney

> after creating a cert, you could try adding something like this in your
> httpd.conf file:
>
> <VirtualHost myIP>
>    DocumentRoot /path/to/htdocs/
>    ServerName mail.yourdomainname.com
>    RedirectMatch ^/(.*) https://yourdomainname.com/squirrelmail
>    CustomLog /path/to/httpd_logs/access_log combined
> </VirtualHost>
>
> The RedirectMatch directive will match zero or more characters after
> the ending '/' after the domain name.  so mail.yourdomainname.com and
> mail.yourdomainname.com/fooblahwhatever will still redirect to
> https://yourdomainname.com/squirrelmail
>
> good luck,
> -ho'ala
>



More information about the LUAU mailing list