Init
This commit is contained in:
7
Career/Others/Apache.md
Normal file
7
Career/Others/Apache.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## Block Bots / User Agents
|
||||
```
|
||||
RewriteEngine On
|
||||
RewriteCond %{HTTP_USER_AGENT} (Amazonbot|SemrushBot|meta-externalagent|Bytespider) [NC]
|
||||
RewriteRule .* - [R=503,L]
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user