RE: forcing http to go to https

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>> -----Original Message-----
>> From: fedora-list-bounces@xxxxxxxxxx 
>> [mailto:fedora-list-bounces@xxxxxxxxxx] 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



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux