örnek bir htaccess dosyası ekleyebilir misiniz acaba
neler olmalı mutlaka

Ek Olarak: htaccess son hali şöyle



# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

order allow,deny
deny from 78.110.60.230
allow from all
# END WordPress