Viewing 7 replies - 16 through 22 (of 22 total)
  • modified

    Solution just overwrote everything and added in

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Plugin Contributor mbrsolution

    (@mbrsolution)

    @gilgorham is your issue resolved?

    Thread Starter mattebox

    (@mattebox)

    I had the same problem also with the other plugin WPS hide login. But i see many people have this problem of being locked out.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    @mattebox have you tried @gilgorham solution mentioned in reply 18 above?

    Plugin Contributor wpsolutions

    (@wpsolutions)

    mattebox,
    There are different problems being raised in this thread.
    gilgorham’s was related to the cookie based brute force feature and not the rename login page.

    If you are having issues with the rename login page, I suggest that you try the cookie based brute force feature – it might work better for your situation.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    I am marking this thread as resolved. No replies in 9 months.

    Thank you

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Change login page URL problem’ is closed to new replies.