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

Re: [cobalt-developers] How to implement mandatory https access to main site?



> I've enabled SSL on the main site of RaQ4.
> Now I would like to make access into the main site a
> https only access with the idea that anyone accessing the site via http
will get an
> "Access Denied" (or some such) error message.

Cynthia - Why not just do a redirect page that flips them through to the
secure server. I use this "trick" sometimes when I am working with FrontPage
to get it to jump somewhere else but still use the navigation bars.... All
you need is a meta tag in the source code, such as....

<meta http-equiv="refresh" content="0;
url=https://www.domain.com/index.htm";>

HTH,
Rick