Hi,
127.0.0.1 wp-admin being redirected means you have enabled cookie based brute force.
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 or still issue your IP might be blocked, Please try access with another internet because static pages might be comming from cache and loign have issue.
Regards
Thank you very much for your help. Yes, I have deleted all cookies in the browser and did not remember that I had set this option. Best regards : Hari!
I have one more question! What does the login look like?
Assuming my secret password would be :
DasisteinTest2029
Haruby.de/?DasisteinTest2029
Found out. The question mark must be in front of the secret word! Then it works perfectly !
-
This reply was modified 2 years, 2 months ago by
hari2014.
-
This reply was modified 2 years, 2 months ago by
hari2014.
-
This reply was modified 2 years, 2 months ago by
hari2014.
Hi @hari2014
If you secret word is DasisteinTest2029 for cookie based brute force and site url http://haruby.de
As said {site_url}?{secret_word}=1 so url to access login page will be below.
http://haruby.de?DasisteinTest2029=1
Regards
It works SUPER !!!
MANY, many THANKS
Hi @hari2014,
Would you mind writing a quick five-star review on wordpress.org?
https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/reviews/#new-post
Reviews also help others to make confident decisions about our plugin.
Regards