Buongiorno,
per il mio sito (http://ilsoldatochecorreva.altervista.org/) ho attivato cloudfare e poi da impostazioni ho attivato https. Sono passate 24 ore ma ancora https non è attivo. Nella cartella .htaccess vedo questo:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# # av:php5-engine
AddHandler av-php5 .php
# BEGIN AV_HTTPS
RewriteCond %{HTTP:X-Forwarded-Proto} =https [OR]
RewriteCond %{HTTPS} !=off
RewriteCond %{REQUEST_URI} !=/wp-admin/admin-ajax.php
RewriteRule . http://ilsoldatochecorreva.altervista.org%{REQUEST_URI} [L,R=301]
SetEnv AV_TOOLBAR 0
# END AV_HTTPS
C'è qualche passaggio (considerando che sono un neofita) che devo fare per riuscire a passare a HTTPS?
Grazie mille per l'aiuto!