[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Redirect http to https
- Subject: Re: [cobalt-users] Redirect http to https
- From: "BT" <error404@xxxxxxxxxxxxxx>
- Date: Tue Jan 8 13:39:01 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > why can't you just have a simple redirect?
> >
> > http://www.yoursite.com/index.html
> >
> > which contains
> >
> > <meta http-equiv="refresh" content="0; url=https://secure.yoursite.com">
> >
> > too easy?
> >
>
> If a user goes directly to the page securely (e.g.
> https://www.yoursite.com/index.html) it will still refresh although it is
> already over SSL. Not really a problem but maybe slightly annoying....
you mean you are going to put the secure site and the non-secure site
together under the same directory?
I cannot see why you would want to do that, why would you mix secure and
non-secure files on the same path?