9 lines
188 B
Markdown
9 lines
188 B
Markdown
## Block Bots / User Agents
|
|
```
|
|
RewriteEngine On
|
|
RewriteCond %{HTTP_USER_AGENT} (Amazonbot|SemrushBot|meta-externalagent|Bytespider) [NC]
|
|
RewriteRule .* - [R=503,L]
|
|
```
|
|
|
|
#Snippets #Apache
|