I've got a site on my intranet running with mod_ssl. This site used to run over plain http://. I'd like to redirect everyone trying to access the old address to the new address via https://.

I tried just:
Redirect permanent http://site https://site

but I get a 400 Bad Request error. I also looked at mod_rewrite but wasn't sure if it would work for this. What is the simplest/best/easiest way to do this?

---------------------------------------------------------------------
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