Wp-Admin/Wp-login.php 404 Not Found
-
Hello People;
I’m having the famous issue but so far i couldn’t find a solution.
When i try to access my dashboard, it lands on a 404 not found page of the theme.
Using 4.4.2
So far i’ve tried following to solve :
-Deleting .htaccess
-Adding some codes in .htaccess
-Disabling all plugins
-Disabling theme
-Uploading wp-login.php again…
-Changing my hosting provider (It was happening already in the old hosting, backed up and restored in the new one, still same)If you guys have found a solution for this issue, please let me know.
This is how my .htaccess
<IfModule mod_alias.c> RedirectMatch 403 /wp-login.php </IfModule> # 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
Thanks in advance..
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Wp-Admin/Wp-login.php 404 Not Found’ is closed to new replies.