/ Published in: Other
Adding these rules to your .htaccess file will force visitors to use https
Expand |
Embed | Plain Text
RewriteEngine On RewriteCond %{SERVER_PORT} !443 RewriteRule ^(.*)$ https://www.domain.com/$1 [R,L]
You need to login to post a comment.
