You’ve purchased an SSL Certificate for your website but now you need to point all instances of http to https.
Options -Indexes
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Please share if you find the content useful - thank you
FORUM |
|
Have a comment or something to say? |