How to redirect to https on htaccess Questions › How to redirect to https on htaccess 0 Vote Up Vote Down stokedJeff asked 7 years ago How would I force https on my website the https using htaccess? 1 Answers 1 Vote Up Vote Down Best Answer karl answered 7 years ago you can use these htaccess rule to redirect all your URLs to https: RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] Please login or Register to submit your answer Username or Email Address Password Remember Me