On Wed, May 02, 2007 at 03:41:19PM -0700, Don Russell wrote:
> <Location ~ /webmail>
> RewriteEngine on
> RewriteCond %{HTTPS} =off
> RewriteRule .* https://%{SERVER_NAME}/webmail/ [R,L]
> </Location>
Or, without mod_rewrite:
<VirtualHost x.x.x.x:80>
ServerName webmail.example.com
RedirectMatch permanent ^/(.*) https://webmail.example.com/$1
</VirtualHost>
Rainer
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
squirrelmail-users mailing list
Posting Guidelines:
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: [email protected]
List Archives:
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users