http to https through .htaccess http://stackoverflow.com/questions/10489895/http-to-https-through-htaccess
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]