if you didn’t activated any new plugin lately it’s an issue related to the configuration of your web server or hosting provider.
No i didn’t activate any plugin can you plz tell me where exactly that problem or may be any file missing
First place to check is your .htaccess file if your site uses one. It’s normally in the root of your installation if it does. There may be some re-direction rules in there.
# 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
this is the file i find i don’t understand it please help me
Normal file nothing wrong with it, check with your hosting provider.
Hi I got it where the problem is the hacker has hacked my website and they have deleted the wp-login.php that causes that error.
Thanks anyways for your support.
Many hosts have experienced problems due to mass attacks and may have limited access to wp-admin and/or wp-login.php as a result. Your hosts may be one of them. Try contacting them about it.
Thanks esmi you are right it was a hacking code but now they resolved it.