Per avere un redirect automatico verso https per tutte le pagine, devi inserire le seguenti righe sul file .htaccess del tuo web server:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Per avere un redirect automatico verso https per tutte le pagine, devi inserire le seguenti righe sul file .htaccess del tuo web server:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Ciao, devo fare pure io il cambio in https, sai dirmi se cosi tu hai risolto?
Scrivi il tuo libro con un metodo utilizzato anche a Hollywood - Entra in Scrivente.