@inge12 Thank you for posting this. It’s what helped me.
Thread Starter
Beth
(@uncobeth)
I’m pretty embarrassed! Somehow the mobile menu assignment was undone. Thanks so much, Ben. It’s all ok now.
If you take these lines out of .htaccess, you can login again. Also, rm -rf the hide login plugin directory. I’m pretty sure I followed the directions, and even tried it twice, but like others I got the 500 internal server error when I activated the plugin.
RewriteRule ^wp-admin$ %{REQUEST_URI}/ [R=301,L]
RewriteRule ^wp-admin/(.*?)$ /wp-admin/$1?%{QUERY_STRING} [QSA,L]
RewriteRule ^login/?$ /wp-login.php [QSA,L]
RewriteRule ^register/?$ /wp-login.php?action=register [QSA,L]
RewriteRule ^forgot/?$ /wp-login.php?action=lostpassword [QSA,L]