Plugin ini belum teruji dangan 3 rilis besar WordPress. Kemungkinan tidak lagi dipelihara atau didukung, dan mungkin menghadapi masalah kompatibilitas bila digunakan dengan versi WordPress yang lebih baru.

Easy Bruteforce Protect

Deskripsi

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

Instalasi

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

Tanya Jawab

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

Ulasan

Belum ada ulasan untuk plugin ini.

Kontributor & Pengembang

“Easy Bruteforce Protect” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.

Kontributor