Published
- 1 min read
force https
The solution for this is noted below
force https
Solution
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Try other methods by searching on the site. That is if this doesn’t work