Ken Bradford said: > What I'm shooting for is to transparently redirect the one to the other > when > the wrong one is used. I have this rule in a VirtualHost definition that should only be accessible by https: <VirtualHost _default_> Redirect / https://www.example.com/ </VirtualHost> and it works for us.