On Lun 30 Oct 2000 16:42, you wrote:
> Hello
>       What Apache directive do I use to make
>
>       http://my-server
>
>       always go to
>
>       https://my-server

I'm not sure how you could prepend this to all your http files... Other wise 
add these lines to all your pages:

<SCRIPT language="JavaScript">
<!--
if (window.location.protocol != 'https:') {
    window.location.protocol = 'https:'
}
// -->
</SCRIPT>

Saludos... :-)

-- 
"And I'm happy, because you make me feel good, about me." - Melvin Udall
-----------------------------------------------------------------
Martín Marqués                  email:  [EMAIL PROTECTED]
Santa Fe - Argentina            http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-----------------------------------------------------------------
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to