| 开发者 | kneet |
|---|---|
| 更新时间 | 2026年3月14日 09:02 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
.htaccess (fast, before WordPress loads) or via WordPress-level blocking (can show basic stats)..htaccess blocking works on Apache hosting only, and requires a writable .htaccess file.scraperguard to your /wp-content/plugins/ directory..htaccess blocking (fastest) if your host supports it, and/orYes. Enable “Block all known AI/archiver bots”.
Not reliably. “Bad bots” may ignore robots.txt and can spoof User-Agent strings. Consider a WAF, rate limiting, login protection, and server-side security rules.
Sometimes. The plugin supports optional country blocking at WordPress level. For best results, set “Country detection method” to “Auto” or “IP lookup”. Note that IP lookup needs outbound HTTPS from your server and may have privacy implications.
.htaccess mode work on every host?No. It requires Apache + AllowOverride + a writable .htaccess. On Nginx, .htaccess is ignored; use WordPress-level blocking or configure your server rules manually.
.htaccess blocks?Because .htaccess blocks requests before WordPress runs. WordPress cannot count requests it never sees. Use your server logs for that.
The plugin includes a simple “last 14 days” bar overview and a small table for WordPress-level blocks. For accurate totals (including .htaccess blocks), use server logs or analytics.