Force SSL
Force SSL (https://) via the .htaccess
RewriteBase /
RewriteEngine on
RewriteCond %{SERVER_PORT} !443
RewriteRule (.*) https://%{HTTP_HOST}$1 [R=301,L]
Last updated
Was this helpful?
Force SSL (https://) via the .htaccess
RewriteBase /
RewriteEngine on
RewriteCond %{SERVER_PORT} !443
RewriteRule (.*) https://%{HTTP_HOST}$1 [R=301,L]
Last updated
Was this helpful?