>         What Apache directive do I use to make
>         http://my-server
>         always go to
>         https://my-server

This should work:

<VirtualHost _default_:80>
    RedirectPermanent / https://my-server/
</VirtualHost>
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to