Files
Obsidian-Vault/Work/Random/Apache.md
2025-10-25 20:11:21 +02:00

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