3 lines
137 B
Text
3 lines
137 B
Text
RewriteEngine on
|
|
RewriteCond %{HTTP_USER_AGENT} ^.*(bot|spider|crawl|https?://|WhatsApp|SkypeUriPreview) [NC]
|
|
RewriteRule .* - [R=403,L]
|