描述
Login Block IPs is a WordPress plugin that blocks all IP addresses to the login page except the ones you have configured.
There are two types of configuration:
1. With .htaccess file: The plugin modifies the .htaccess file to blocks all IP addresses except the whitelisted.
2. By code: The .htaccess file is not modified. The plugin detects if you access to WordPress login page and you will be blocked if your IP address is not whitelisted.
Your IP address can change at any time, so there is a secured URL to access to login page if your IP changes and is not whitelisted.
安裝
- Upload
login-block-ips.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
評價
There are no reviews for this plugin.
貢獻者及開發者
修改日誌
Login Block IPs 1.0.0 – 2022-03-01
- First release