설명
This plugin modifies your .htaccess file to provide protection from brute force attack bots.
설치
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
후기
이 플러그인에 대한 평가가 없습니다.
기여자 & 개발자
자국어로 “Easy Bruteforce Protect”(을)를 번역하세요.