Lol hai aperto il file con codifica diversa da UTF-8, imposta UTF-8 senza BOOM sul tuo notepad.
Codice:
AddHandler av-php7 .php
RewriteEngine On
RewriteBase /
ReriteCond %{HTTP_HOST} ^'(www\.)?doria.altervista.org'$ [NC]
RewriteRule ^ http://www.manicomioblucerchiato.it%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP:X-Forwarded-Proto} !=http [OR]
RewriteCond %{HTTPS} ^'on'$
RewriteCond %{REQUEST_URI} !=/wp-admin/admin-ajax.php
RewriteRule ^ http://www.manicomioblucerchiato.it%{REQUEST_URI} [L,R=301]
SetEnv AV_TOOLBAR 0
# END AV_HTTPS
# BEGIN WordPress
# Le direttive (linee) tra `BEGIN WordPress` e `END WordPress` sono
# generate dinamicamente, e dovrebbero essere modificare solo con i filtri di WordPress.
# Ogni modifica alle direttive tra questi marcatori sarà sovrascritta.
<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:AntiHotlink
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} \.(gif|jpe?g|png)$ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https?://([a-z0-9\-\.]*)doria\.altervista\.org
RewriteCond %{REQUEST_URI} !^\/_altervista_ht\/
RewriteCond %{HTTP_REFERER} !^https?://([a-z0-9\-\.]+)google\.
RewriteRule .*$ http://hl.altervista.org/split.php?http://%{HTTP_HOST}%{REQUEST_URI} [R,L]
# AntiHotlink
Copia il tuo attuale file .htaccess ho inserito il redirect del vecchio al nuovo dominio e modificato la regola se sei sotto CloudFlare.. Non l'ho testato.
Penso anche la regola per gli anti hotlink debba essere cambiata ma non so indicarti come, prova dal pannello altervista a disattivare e riattivare vediamo se appare anche il dominio di secondo livello.