Replies: 1
Hi all,
I have a client who has mandated that the login for their WordPress Admin is behind IP restriction. Easy, I thought, I’ll just use AIOS. So I set this up.
That is when I discovered that I myself have a dynamic IP via my ISP. So I keep locking myself out of the admin panel!
No problems, I thought, I’ll just add define(‘AIOS_DISABLE_LOGIN_WHITELIST’, true); to the wp-config.php file and uncomment it then quickly replace via FTP every time I need to access the WordPress Admin panel. A bit of a pain but tolerable.
Unfortunately define(‘AIOS_DISABLE_LOGIN_WHITELIST’, true); simply isn’t working. I still cannot get in even when this is in the WP config file.
I still see the 403 Access Denied error this this line active in wp-config.php
Any ideas why this might be and now to fix it.
I’m going to try using wildcard IP’s so I don’t lock myself out again in future.
Thanks,
Nicole