Ciao,
io ho acquistato da circa una settimana dominio .it ma vedo che c'è sempre il reindirizzamento a .altervista.org
Prima di acquistare il dominio di secondo livello, sul sito c'era installato WP.
Adesso ho tolto il CMS e sono passato ad AlterSito per avere un maggiore controllo.
Questo il mio file .htaccess
Codice HTML:
# BEGIN AV_HTTPS
###### ###### ###### ###### ## DO NOT EDIT!
###### ###### ###### ###### ##
## ## ## ## ## ## ## This is an automatically generated file,
## ## ## ## ## ## ## any manual change will be lost.
###### ## ## ## ###### ##
###### ## ## ## ###### ## NON MODIFICARE!
## ## ## ## ## ##
## ## ## ## ## Questo è un file generato automaticamente,
###### ## ###### ## ## qualsiasi modifica manuale verrÃÂÂÂ* persa.
###### ## ###### ## ##
# If you think you need to edit this file, please open a new thread in our
# support forum (http://forum.en.altervista.org/cms/) explaining what you are
# trying to do.
# Se pensi di aver bisogno di modificare questo file, apri una nuova discussione
# sul nostro forum di supporto (http://forum.it.altervista.org/wordpress/)
# spiegando cosa stai cercando di fare.
AddHandler av-php73 .php
RewriteCond %{HTTP_HOST} !=domenicodisarno.altervista.org
RewriteCond %{HTTP:X-Forwarded-Host} !=domenicodisarno.altervista.org
RewriteRule ^ https://domenicodisarno.altervista.org%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP:X-Forwarded-Proto} !=https
RewriteCond %{HTTPS} =off
RewriteRule ^ https://domenicodisarno.altervista.org%{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 modificate solo tramite i filtri di WordPress.
# Ogni modifica alle direttive tra questi marcatori verrÃÂÂÂ* sovrascritta.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress