• Resolved onocomp

    (@onocomp)


    How do I resolve the blockage that the all-in-one-wp-security-and-firewall plugin does in WordPress and blocks going to https://127.0.0.1/ even though I am the main administrator?
    I deactivate the plugin by renaming the folder and then in WordPress, but then when I reactivate the folder name it blocks again.
    Is there a way I can deactivate the option in the database that I activated to go to https://127.0.0.1/

    Thanks

    como resolver o bloqueio que o plugin all-in-one-wp-security-and-firewall faz no wordpress e bloqueia indo para https://127.0.0.1/ mesmo eu sendo o administrador principal?
    eu desativo o plugin renomeando a pasta e logo no wordpress, mas depois quando reativo o nome da pasta ele bloqueia de novo.
    Há como eu desativar a opção no banco de dados que ativei para ir para https://127.0.0.1/

    Obrigado

Viewing 1 replies (of 1 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @onocomp,

    127.0.0.1 wp-admin being redirected means you have enabled cookie-based brute force.

    You should try accessing with the secret word so {site_url}?{secret_word}=1. It will save a cookie in your browser for 24 hrs the again after 24 hrs, it will start redirecting 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.

    Regards

Viewing 1 replies (of 1 total)

The topic ‘https://127.0.0.1/’ is closed to new replies.