Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter petermeadseo

    (@petermeadit)

    It is messy and I am sure there is a better way to do it. But, I just destroyed my .htaccess file and then at least I was able to get into the admin dashboard.

    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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove it, need help, whole site broken’ is closed to new replies.