• Resolved john

    (@azunyann)


    I use WP with the FORCE_SSL_ADMIN enabled and AIOWPS with the Rename Login Page feature enabled. It works fine (the browser opens https://mydomain/wp-admin/) after I login from the login page URL. However if I try to open the same login page again, the browser is redirected to https://mydomain/wp-admin/ and fails to open because the dashboard is restricted to SSL. Why does this happen and how can I set AIOWPS to redirect to https all the time?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, try the following plugin easy https redirection. Let me know if it helps you.

    Regards

    Thread Starter john

    (@azunyann)

    Hi, I tried that plugin as suggested, and actually it didn’t work (it caused ‘too many redirects’ error), but after uninstalling it I found that the original problem is also gone. I don’t know why, but as a result my problem is resolved. Thank you so much.

    @azunyann

    @wpsolutions

    A Solution.

    Well, I unchecked > Enable Rename Login Page Feature, in Brute Force options.

    And, I used this code in .htaccess.

    RewriteRule ^your-custom-login-name$ https://your-domain.com/wp-login.php [NC,L,R]

    With this code, your custom login name is not revealed when your login attempts fails.

    So, please, Update this Option.

    Note: Change your-custom-login-name for whatever you want. and your-domain.com for your Url.

    • This reply was modified 7 years, 10 months ago by livingflame.

    @azunyann
    @wpsolutions

    RewriteRule ^your-custom-login-name$ https://your-domain.com/wp-login.php [NC,L,R]

    Unfortunately, this rule is not useful.

    If someone posts: /wp-login.php in the address bar,
    the access window is automatically displayed.

    The solution:

    That you update the Plugin so that it does NOT show the custom url (brute force / rename login page), after failed login attempts.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘“Rename Login Page” does not redirect to https’ is closed to new replies.