In my previous post about htaccess based restriction i showed how to restrict wp-admin or other file/page access by IP address. That’s very good solution when we are using VPN static IP.
But if we are using multiple connections (office, home, caffee, or multiple VPN-s with different IP addresses), then we need to have some easier solution.
And that can be cookie-based permission. Let’s see how to do that.
Continue reading “Cookie based permission in htaccess – restrict WordPress admin access by IP address”