Bunu deneyin.
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Redirect 301 /wp-config.php http://siteniz.com
Options All -Indexes
LimitRequestBody 10240000
ServerSignature Off