il mio sito https://cronachedelgattosulfuoco.altervista.org/blog/ non mi permette di loggarsi nell'amministrazione dandomi come errore ERR_TOO_MANY_REDIRECTS
ho provato all'inizio a cancellare i cookie di crome e ha ripristinare htaccess precedente ma ho trovato questa cosa che non mi torna
#BEGIN Block-Bots-ThirstyAffiliates
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (googlebot|bingbot|Slurp|DuckDuckBot|Baiduspider|Y andexBot|Sogou|Exabot|facebo|ia_archiver) [NC]
RewriteRule ^product/ - [L,F]
</IfModule>
#END Block-Bots-ThirstyAffiliates
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
SetEnv AV_WP_SKIP_XMLRPC off
# END WordPress
ho cancelato htaccess e ho visto che robots.text aveva anche disallow wp-admin che mi pare molto strano. non vorrei essere stato hackerato.
cosa posso fare?