Redirecting access in Apache to https://

Scott Merrill skippy at skippy.net
Wed May 26 14:24:31 EDT 2004


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.


More information about the colug mailing list