نمیدونم اما مشکل از این حرفا به رده ddos شدیدیه حتی cloud flair هم رو حالت im under atack هست اما کار ساز نیست لطفا فایل htaccess که ip چین block باشه بهم بدید

مشخصات htaccess الان اینه

# 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