Hi, 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
– in Permalink & URLs tab set “New wp-admin Path” field to “admincon” (a new window will open with the instructions)
– add following line in wp-config.php
define(“ADMIN_COOKIE_PATH”, “/admincon”);
– you also need to update your .htaccess file (if it’s not writable) by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:
RewriteRule ^admincon/(.*) /wp-admin/$1 [QSA,L]
– clicked on “I did it (login to new dashboard)” button.
If it’s still the issue 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.