Better WP Security custom login slug "file not found"
-
Better WP Security was one of the first plugins I installed when I started my WordPress blog a couple of years ago. I haven’t upgraded to iThemes because I wasn’t sure if it was ready yet. One of the things I let Better WP Security do was to give my site a custom login slug.
Recently I haven’t logged into my site for a little while. This morning I tried to log in to change some information, and got a ‘file not found’ error instead of my dashboard. I can still access the server by FTP, so I had a look at the .htaccess file. The relevant RewriteRule is still in place:
RewriteRule ^[MY SECRET LOGIN URL]/?$ /wp-login.php?[ALPHANUMERIC STRING] [R,L]
I tried navigating directly to the URL that I understand the above RewriteRule to substitute for my custom login slug (i.e.
[MY WEBSITE]/wp-login.php?[ALPHANUMERIC STRING]
) using my browser, and still got the ‘file not found’ error, so my guess is that this URL itself has somehow stopped working.Perhaps this is because I upgraded to WordPress 4.2.2 the last time I logged in. Can anyone help? I need to get into WordPress urgently to update my contact details, which have just changed. I’d be happy just to deactivate Better WP Security for a while, but I’m not sure how to do this in a safe way when I can’t access my dashboard in the first place.
- The topic ‘Better WP Security custom login slug "file not found"’ is closed to new replies.