[support] http > https redirect

Chris Johnson cxjohnson at gmail.com
Sat Sep 22 13:56:15 UTC 2007


Your situation may be vastly different from ours, so this may be of no
help at all.  But here is how we redirect HTTP to HTTPS for our sites
using Apache 2:

<VirtualHost *:80>
    ServerName  www.example.com
    Redirect    /   https://www.example.com/
</VirtualHost>


More information about the support mailing list