Home Forums WordPress Plugins Hide My WP Problem with wp-admin

This topic is: resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20266
    Dangalsen
    Post count: 1

    Hi, I have a problem with the plugin I want to reset the configuration I uninstall the plugin, change the parmaliens but every time I upload and reactivate the old configuration is still there and I can not manage to access to the backend I am forced to change the name of the directory to disable the plugin to access the backend.

    #20268
    Suman M.
    Post count: 12480

    Hi, it seems like you have tried to rename wp-admin path, and missed something there. Please do these:

    (1) In “wp_options” table in your database, delete the rows with following “option_name”. (Please backup your database first)
    – 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

    (2) comment out or remove following line from wp-config.php if you have added there previously:
    define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_PATH_NAME”);

    Let us know!

    #20310
    Dangalsen
    Post count: 1

    Hi,

    Thankh for all I solve the problem with your process

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

You must be logged in to reply to this topic.