• Resolved ommi

    (@ommi)


    Hi,

    I have been facing an issue when I try to log in to my WordPress dashboard it redirects my site to https://127.0.0.1/.

    I found the issue in all-in-one security then disabled the all-in-one security plugin and deleted it from cpanel.

    Now I can access WordPress and everything is working fine but when I click on install plugins it again redirect me to https://127.0.0.1/.

    After this issue, I disabled all plugins and installed plugins one by one but when I installed one security plugin it again redirected me to https://127.0.0.1/.

    this strange please tell me how I can fix this issue?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @ommi

    127.0.0.1 wp-admin being redirected might be due to you have enabled cookie based brute force. If that is not the case your IP might be blcoked.

    1. If cookie based brute force on.

    you should try access with secret word so {site_url}?{secret_word}=1 It will save cookie in your browser for 24 hrs the again after 24 hrs it will start redirect to 127.0.0.1 and you can access with {site_url}?{secret_word}=1 only.

    If you have enabled and forgot the {secret_word} define AIOS_DISABLE_COOKIE_BRUTE_FORCE_PREVENTION true in wp-config.php and try access with wp-login.php ( or renamed login page) it will disable the cookie based brute force

    define('AIOS_DISABLE_COOKIE_BRUTE_FORCE_PREVENTION', true);

    Once you logged in please go to WP Security > Brute force > Cookie based brute force prevention.
    there check secret_word and remove the defined constant.

    If this is not the case and your IP blocked, try with different internet connection where your IP gets changed and it should allow to login.

    Regards

    Lea

    (@leac)

    Hi, I’m having the same problem with my site. The weird thing is that the “Enable brute force attack prevention” isn’t checked at all! It’s disabled. Can you explain how it is that I still get redirected to localhost even in this situation?

    And a second question – where can I find cogs with info about the blocked IP?

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @leac,

    If you do not have cookie based brute force on then your IP might be locked due to invalid login attempt etc.

    Please try accessing with another internet connection have a different IP. So it should allow access.

    If still issue please create a new topic.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘all in one wp migration redirect my site to https://127.0.0.1/’ is closed to new replies.