Home Forums WordPress Plugins Hide My WP Very confused

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4194

    Hi,

    We have had some luck with plugin but it seems to be giving errors now.

    We have replaced the wp-admin access with “console” And added the scripts to the wp-config and htaccess files. We are also using theme my login. When we try access via domain/console

    we go to our custom 404 page. If we use domain/login the we get to the them my login custom login page. When we try to login here it loops back to the a cleared login form of the theme my login page,

    If we use domain/wp-admin then we can login to the site.

    Now we are confused 🙁

    #4197
    Suman M.
    Post count: 12478

    Hi, renaming “wp-admin” option is still in beta version (marked *) and is not officially supported.

    To make it work you’ll have to follow the onscreen instructions very carefully. Also, deactivate Theme My Login as you are already renaming login path with HMWP.

    In wp-config.php you need to add following line before require_once(…):
    define(“ADMIN_COOKIE_PATH”, ”/NEW_WPADMIN_NAME”);

    You also need to update your .htaccess file by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:
    RewriteRule ^NEW_WPADMIN_NAME/(.*) /wp-admin/$1 [QSA,L]

    Let us know the result.

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

You must be logged in to reply to this topic.