Para forzar acceso por HTTPS si utiliza constructor de sitios web agregue el siguiente código a su archivo .htaccess:
RewriteEngine On
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
- https basekit
- 0 Utenti hanno trovato utile questa risposta
