Hi, it seems like you have renamed wp-admin path name. It usually happens if you miss some step while renaming wp-admin.
please follow the steps below:
1) In “wp_options” table in your database, delete the rows with following “option_name” (if exists). 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 it there previously)
define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_PATH_NAME”);
You shall now be able to login to backend, and then re-configure HMWP plugin.
Let us know!
-
This reply was modified 6 years ago by
Suman M..