Switch to https
- by Mike
I'm looking to use an .htaccess file to use mod_rewrite to switch the protocol from http:// to https:// when someone hits my website.
For instance, once someone goes to:
http://www.mywebsite.com/
I'd like the browser to switch to:
http*s*://www.mywebsite.com/
The same goes for the http://mywebsite.com/ - https://mywebsite.com
This is the…