forcing http to go to https

Henry Hartley henryhartley at westat.com
Thu Jun 24 15:47:11 UTC 2004


>> -----Original Message-----
>> From: fedora-list-bounces at redhat.com 
>> [mailto:fedora-list-bounces at redhat.com] On Behalf Of Steven Stern
>> 
>> I'm using IMP for web email and I want to force all 
>> connections to go via SSL.

How about in your httpd.conf file, use something like this:

<VirtualHost *:80>
        ServerName      webmail.mydomain.com
        Redirect        /       https://webmail.mydomain.com/
</VirtualHost>

and that should do it.

-- 
Henry





More information about the fedora-list mailing list