Ho il seguente codice htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond !{HTTPS} off
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
Voglio che il mio sito venga reindirizzato https://www.
con HTTPS e imposto il www.
sottodominio, ma quando accedo http://www.
(senza HTTPS), non mi reindirizza a https://www
con HTTPS.
RewriteCond %{HTTPS} =off