Utils Force SSL Mai 16, 2019 Force SSL (https://) via the .htaccess Put this code in your .htaccess Plain Text RewriteBase / RewriteEngine on RewriteCond %{SERVER_PORT} !443 RewriteRule (.*) https://%{HTTP_HOST}$1 [R=301,L]