Linux 软件免费装

BuyHTTP Super Polls

开发者 buyhttp
keliix06
更新时间 2014年8月8日 03:42
WordPress版本: 3.9.1
版权: GPL
版权网址: 版权信息

标签

security brute force .htaccess

下载

1.0.0

详情介绍:

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.

常见问题:

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