DWQA Questions › Redirect HTTP to HTTPS using htaccess ? 0 Vote Up Vote Down Exert Team asked 5 years ago RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]