Force Https Apache2

Hello,
Say for instance, https is working fine using apache2. What would be the best method to redirect all port 80 traffic hitting the built in web server to port 443?

Thanks again for your all of your hard work.

For the forums here I am using apache2 and mod_rewrite . I created a virtual host for the http location which is then redirected with “moved permanently” to https.
I’m sure you’ll find detailed instructions if you google for that.

Thanks!

While documentation is good for linux, do you have any suggestions or how to’s for Windows?

Edit: I will create a new topic for this.

Thanks again