Forums

Stealth Login
Stealth Login for WP (FIX!) (7 posts)

  1. CesarKensen
    Member
    Posted 8 months ago #

    For all of you with problems with this awesome plugin, one thing that solved all my problems was the "Permalinks"... can't be "Default".

    That's all!... try it and give feed back!

    http://wordpress.org/extend/plugins/stealth-login/

  2. burakb
    Member
    Posted 8 months ago #

    nope, it does not work for me.

  3. hachiya
    Member
    Posted 7 months ago #

    I fixed it, thanks to CesarKensen. I owe to you my idea how to fix it.
    I rewrite my .htaccess file.
    From " # STEALTH-LOGIN " to "# END STEALTH-LOGIN" first.
    That's it.

    Any rules before stealth login, it didn't work for me.
    Please try it!

  4. vbk100
    Member
    Posted 7 months ago #

    @hachiya

    Can you please let me know how did you fix it? Can you provide me the new rewrite rules you used?

  5. hachiya
    Member
    Posted 7 months ago #

    @vbk100

    Sure. In my case, at first the .htaccess file was started WordPress rewrite rules.

    # BEGIN WordPress
    RewriteEngine On
    ...
    # END WordPress

    and then, next stealth login rewrite rules.

    # STEALTH-LOGIN
    RewriteRule ^logout wp-login.php?
    ...
    # END STEALTH-LOGIN

    So, I rewrited those order stealth login rules first.

    # STEALTH-LOGIN
    RewriteRule ^logout wp-login.php?
    ...
    # END STEALTH-LOGIN

    and then,

    # BEGIN WordPress
    RewriteEngine On
    ...
    # END WordPress

    That's it.
    I only changed rules order.

  6. vbk100
    Member
    Posted 7 months ago #

    hachiya,

    I have changed the file as you suggested. But, The login and admin urls (Both default and new ) are redirecting to this : http://mydomain.com/?redirect_to=%2Fp%2Fwp-admin%2F

    BTW, the plugin has been removed from WordPress repository. Don't know why was it removed

  7. mako2
    Member
    Posted 5 months ago #

    Hello all,

    I have posted this question but I have not received a response yet http://wordpress.org/support/topic/alternative-to-stealth-login-plugin?replies=3

    I had issues with Stealth Login Plugin and I decided to uninstall it. I have also read many bad stories about this plugin.

    Can someone recommend an alternative to modify my login URL?

    Thanks!

    M

Reply

You must log in to post.

About this Plugin

About this Topic