Aprašymas
This plugin modifies your .htaccess file to provide protection from brute force attack bots.
Diegimas
All you need to do is install and activate the plugin. Deactivate to remove protection from the .htaccess file.
DUK
- 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
Atsiliepimai
Įskiepis neturi atsiliepimų.
Programuotojai ir komandos nariai
“Easy Bruteforce Protect” yra atviro kodo programa. Prie jos sukūrimo prisidėję žmonės surašyti toliau.
AutoriaiIšverskite “Easy Bruteforce Protect” į savo kalbą.
Domina programavimas?
Peržiūrėkite kodą, naršykite SVN repozitorijoje, arba užsiprenumeruokite kodo pakeitimų žurnalą per RSS.