Home Forums WordPress Plugins Hide My WP Mutlisite redirect and reauth

This topic is: resolved
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #8290
    metapartner
    Post count: 7

    Hello,

    I’m getting following redirection and I’m logged out after I delete some plugin from Multisite plugins list:

    http://mydomain.tld/login/?redirect_to=http%3A%2F%2Fmydomain.tld%2Fpanel%2Fnetwork%2Fplugins.php%3Fdeleted%3D4%26plugin_status%3Dall%26paged%3D1%26s%3D&reauth=1

    http://mydomain.tld/login/?redirect_to=http%3A%2F%2Fmydomain.tld%2Fpanel%2F&reauth=1

    I have set a new ‘wp-admin path’ to ‘panel’. Is that related to this setting or it’s a ‘theme my login’ issue?

    Best regards,
    Damian

    #8297
    Suman M.
    Post count: 12480

    Hi, to change wp-admin path name you’ll need to follow the on-screen instructions very carefully. Please make sure you follow these steps carefully:

    – 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 “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_NAME/(.*) /wp-admin/$1 [QSA,L]
    – clicked on “I did it (login to new dashboard)” button.

    If still the issue, please try disabling theme my login plugin.

    #8303
    metapartner
    Post count: 7

    Hi Suman,

    do I need to select a scheme. I only need to rewrite the wp-admin path?

    I’ve set the new wp-admin path to: ‘panel’ should I use ‘/panel’ or ‘/panel/’ ?

    Here my steps:

    1) I didn’t use the scheme, I just set “New wp-admin Path” to “panel”

    2) I updated the wp-config and htaccess files

    3) I disabled the “theme my login” plugin and still have redirection issues

    4) I tried also to set the scheme, but now I can’t even access dasboard

    I will try on clean installation again.

    #8306
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    #8307
    metapartner
    Post count: 7

    I deactivated the ‘Hide My WP’ plugin, then activated it, set the new path again and the redirection issue is gone. It looks like it fixed for now.

    Could you only answer my question: Do I need to select any scheme if I only want to change the wp-admin path?

    Best regards,
    Damian

    #8308
    metapartner
    Post count: 7

    Ok, the question answered 🙂 I didn’t see your post.

    Thank you,
    Damian

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

You must be logged in to reply to this topic.