Mod Rewrite rule to block certain user agents

Code

RewriteCond %{HTTP_USER_AGENT} (.*)iOpus-I-M(.*) [NC]
RewriteRule .* - [F]

Note

iOpus-I-M is a use agent for a load test application which could be use for eating your bandwidth

Share