Beschrijving
This plugin modifies your .htaccess file to provide protection from brute force attack bots.
Installatie
All you need to do is install and activate the plugin. Deactivate to remove protection from the .htaccess file.
FAQ
- 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
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Easy Bruteforce Protect” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Easy Bruteforce Protect” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.