This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Easy Bruteforce Protect

Kuvaus

This plugin modifies your .htaccess file to provide protection from brute force attack bots.

Asennus

All you need to do is install and activate the plugin. Deactivate to remove protection from the .htaccess file.

UKK

What code is added?
BEGIN EASYBFP

RewriteEngine on
RewriteBase INSTALLED_FOLDER
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{HTTP_REFERER} !^http://YOURSITE.COM [NC]
RewriteCond %{REQUEST_URI} ^(.)?wp-login.php(.)$ [OR]
RewriteCond %{REQUEST_URI} ^(.)?wp-admin$
RewriteRule ^(.
)$ – [F]

END EASYBFP

Arvostelut

There are no reviews for this plugin.

Avustajat & Kehittäjät

“Easy Bruteforce Protect” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet tämän lisäosan kehittämiseen.

Avustajat

Käännä “Easy Bruteforce Protect” omalle kielellesi.

Oletko kiinnostunut kehitystyöstä?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.