ftp adresinizdeki public_html klasörünün içinde bulunan .htaccess dosyasının içine alttaki kodu ekleyiniz (eğer .htaccess yok ise oluşturunuz)
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Hocam ilgilendiğin için teşekkür ederim ama yok düzelmedi

içindeki kodları veriyim belki işe yarar bir şey olur.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# BEGIN WordPress
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^uploads/(.*) /wp-content/uploads/index.php?yol=$1 [L]
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress