maybe you want to make all HTTP requests we rewritten to HTTPS. Here’s how:

   RewriteEngine On
   RewriteCond %{HTTPS} !on
   RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}