This commit is contained in:
2025-10-25 20:11:21 +02:00
commit fd37421245
700 changed files with 211892 additions and 0 deletions

8
Work/Random/Apache.md Normal file
View File

@@ -0,0 +1,8 @@
## Block Bots / User Agents
```
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (Amazonbot|SemrushBot|meta-externalagent|Bytespider) [NC]
RewriteRule .* - [R=503,L]
```
#Snippets #Apache