Redirecting traffic to https
I would like to redirect someone that goes to something like:http://mydomain.com/folder OR http://www.mydomain.com/folder
to something like:
https://mydomain/folder
Is this possible. Someone I had talked to mentioned that I would have to write that into the httpd.conf file. How can I do this? Is there anything that can be done with htaccess?