Il rediret del plugin mi sembra che non avvenga più.
Commenti un pò questo:
Codice:
RewriteCond %{HTTP:X-Forwarded-Proto} =https [OR]
RewriteCond %{HTTPS} !=off
RewriteCond %{REQUEST_URI} !=/blog/wp-admin/admin-ajax.php
RewriteRule ^ http://zodadesign.altervista.org%{REQUEST_URI} [L,R=301]
La reedirect o riscrittura da http a https corretto è questo:
Codice:
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule .* https://zodadesign.altervista.org%{REQUEST_URI} [L,R=301]
Al momento aspetti a metterlo.
Cordiali sauti.