Home Forums WordPress Plugins Hide My WP Can't Login

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2043
    sappsupport
    Post count: 51

    Hello. We can’t login after trying to enable custom “WP-Admin”. How can we reverse that? I checked .htaccess but couldn’t find any noticeable changes made in there.

    Thanks!

    #2049
    Suman M.
    Post count: 12478

    Hi, if you have also added a line to wp-config.php then you shall remove that as well. And line in the htaccess will be something like below. Comment out this line as well.
    RewriteRule ^your-new-name/(.*) /wp-admin/$1 [QSA,L]

    Also, after saving HMWP settings, your default login path will be:
    http://www.domain.com/wp-login.php?hide_my_wp=1234 (it can be changed from settings)

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.