Forums

[resolved] stealth login doesn't work with 3.0.1 (3 posts)

  1. esericsu
    Member
    Posted 1 year ago #

    After I enabled it, it will return me a 404 page.

  2. esericsu
    Member
    Posted 1 year ago #

    My host's support guy figured it out for me.

    He just added a / before whatever subfolder your blog is on

    For example, you have a xxx.com/blog

    In .htaccess file, put / before "blog" so it's now written this way:
    RewriteRule ^logout /blog/wp-login.php?action=logout&_wpnonce=9974bc6115 [L]
    RewriteRule ^admin /blog/wp-admin/ [R,L]
    RewriteRule ^login /blog/wp-login.php?&redirect_to=http://xxx.com/blog/wp-admin/

    Hope it works for you guys too.

  3. andydarley
    Member
    Posted 1 year ago #

    Thanks - worked a treat for me, too, on a site where the installation is in the root rather than in a subdirectory.

Topic Closed

This topic has been closed to new replies.

About this Topic