Home Forums WordPress Plugins Hide My WP I can't log in at login panel

This topic is: resolved
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16621
    lucaashok
    Post count: 2

    I use the new address for my admin panel but when I try to log in it says:

    Nothing Found
    Sorry, the post you are looking for is not available. Maybe you want to perform a search?

    #16622
    Suman M.
    Post count: 12480

    Hi, did you rename wp-admin path name? It’s a complex feature and you’ll need to follow the on-screen instructions very carefully.

    Please follow these steps:

    In “wp_options” table in your database, delete the rows with following “option_name”:
    – hide_my_wp
    – hide_my_wp_undo
    – hmwp_ids_installed
    – hmw_all_plugins
    – external_updates-hide_my_wp
    – hmwp_spam_counter
    – hmwp_temp_admin_path

    – comment out or remove following line from wp-config.php
    define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_PATH_NAME”);

    You shall now be able to login to backend. And to change wp-admin path name you’ll need to follow the on-screen instructions very carefully. Please follow these steps:

    – in HMWP Start Tab, select “Medium Privacy – More Compatibility” scheme and save the settings (assuming that it’s Apache server and htaccess file is writable)

    – in Permalink & URLs tab set “New wp-admin Path” field to “NEW_WPADMIN_PATH_NAME” (a new window will open with the instructions)

    – add following line in wp-config.php, before require_once(…)
    define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_PATH_NAME”);

    – you’ll also need to update your .htaccess file (if it’s not writable) by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:
    RewriteRule ^NEW_WPADMIN_PATH_NAME/(.*) /wp-admin/$1 [QSA,L]

    – click on “I did it (login to new dashboard)” button.

    If it’s still the issue or you find it complex then please let us know your site’s wp-admin login details and FTP details as private reply so that we can look into it.

    #16624
    lucaashok
    Post count: 2
    This reply has been marked as private.
    #16630
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    #16631
    lucaashok
    Post count: 2

    Thanks, it’s fixed. So the problem was secret key needs to be alphanumeric?

    #16640
    Suman M.
    Post count: 12480

    Yes!

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

You must be logged in to reply to this topic.