wp-login not passing form information and forbidden wordpress logo
-
I’m experiencing a very strange problem. A site that has been working a long time has started to have very strange problems and now I can’t log in at all.
Many elements of the main page are controlled by the theme, but some parts don’t load.
I can’t log in to check it and that’s where it seems strange to me. Three problems are on the login screen.
1. The WordPress logo gets a forbidden 403 error and doesn’t show.
2. There is also a forbidden 403 error for favicon.ico.
3. When I enter username and password, it just comes right back to an empty login page.I changed wp-login.php to look like this:
case 'login' : default: error_log(print_r($_REQUEST,TRUE));
The error log shows an empty $_REQUEST array for me. I see that some kind of brute force attach is trying to log in with a different username once in awhile. That gets a full $_REQUEST array in the error log.
I’ve tried deleting the .htaccess file. No change. This was all working a few weeks ago. I only discovered it when my customer said the site was broken.
- The topic ‘wp-login not passing form information and forbidden wordpress logo’ is closed to new replies.