Admin 404 redirects
-
When trying to access a previously open admin page like
edit.php
after being automatically logged out by the system overnight, I get a 404 page with thenot_found
slug set by iTSec. Logging back in and reloading the page does not remove the 404. The only difference is that the admin bar appears and I can access other pages that I didn’t try to open while logged out.Getting rid of this is nearly impossible. I’ve tried to clear all the site’s data and cookies from the browser, but it didn’t help. Disabling the Hide backend redirection didn’t help either. Logging in from incognito mode helps, but is not an option. The only thing that worked in the end was disabling the Hide backend redirection, logging out, then clearing cookies and site data, and then logging back in. Not the most intuitive way, especially for non-technical people and editors without access to site configuration options.
Is there an easier way out of such situations, and most importantly how do I prevent this from happening again? I’d like to keep the Hide backend -> Redirection function on though. But editors being unable to edit posts on a production media site is not the best situation…
My guess is that the Hide backend redirection sets a cookie for a particular admin page when a logged-out user tries to access it. This should get reset or removed upon a new successful login into the system within the same browser environment.
- The topic ‘Admin 404 redirects’ is closed to new replies.