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

RE: [cobalt-users] How to have a https-only site?



> I have an address secure.domain.com which I want to be 
> available only via HTTPS. How do I accomplish this on my 
> Raq4. I have set all certificates and activated SSL so that 
https://secure.domain.com/ works fine, but I can still access the files
non-SSL but using http:// instead of https://. How do I make http://
connections turn into https:// connections?

Can I use Rewrite rules in httpd.conf to do this? Suggestions?

I'm not familiar with the .conf file for the secure sites, but IIRC
there's a separate VirtualHost container for the "normal" site and the
secure site. How about just a Redirect in the normal container. e.g.

RedirectPermanent / https://www.domain.com/

-- 
Dan Kriwitsky