سلام.
محتویات فایل .haccess من بصورت زیر هستش، میخوام ببینم آیا تنظیماتی که الان در فایل هست مسکلی نداره (مثل هک شدن):
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
#Options All -Indexes
<Limit GET POST>
#The next line modified by DenyIP
order allow,deny
#The next line modified by DenyIP
#deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName gfxparadise.ir
ErrorDocument 404 /not-found.html
# 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
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 87.248.134.5
با تشکر و سپاس