Per forzare una connessione HTTPS al tuo sito, aggiungi le seguenti regole nel file .htaccess del tuo sito:
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
0 0
Grazie per aver votato questo articolo!