Skildring
This plugin modifies your .htaccess file to provide protection from brute force attack bots.
Installasjon
All you need to do is install and activate the plugin. Deactivate to remove protection from the .htaccess file.
Vanlege spm.
- 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
Omtalar
There are no reviews for this plugin.
Bidragsytarar og utviklarar
“Easy Bruteforce Protect” is open source software. The following people have contributed to this plugin.
ContributorsOmset “Easy Bruteforce Protect” til ditt eige språk.
Interested in development?
Les kjeldekoden, sjekk SVN-lageret eller abonner på utviklingsloggen med RSS.