It was thus said that the Great Dave Morrow once stated:
> 
> Hi all.  How can I rewrite port 80 to https?  I know I have seen this
> somewhere, but cannot locate it.
> 
> Basically, if someone comes in to http://www.mydomain.com I want to
> redirect them to https://www.mydomain.com

  Try 

        Redirect        /       https://www.mydomain.com/

  -spc (should redirect everthing to https: )


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to