People, I have put: # Rewrite Engine RewriteEngine On # Rewrite HTTP requests to HTTPS for secured areas RewriteCond %{HTTPS} !=on RewriteRule ^/webmail/(.*)$ https://yourserver.com/webmail/$1 [R=301,L] in etc/httpd/conf/httpd.conf and: Alias /webmail /usr/share/squirrelmail <Directory /usr/share/squirrelmail> Options FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> in /etc/httpd/conf.d/ssl.conf and restarted httpd, but the squirrelmail login is still the normal http login. Do I need to setup certificates or something to get the ssl working? There are no ssl logs . . Thanks, Phil. -- Philip Rhoades GPO Box 3411 Sydney NSW 2001 Australia E-mail: phil@xxxxxxxxxxxxx -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines