This is the tenth time that scrapers with "Opera/9.80 (Windows NT 5.1; U; en) Presto/2.7.62 Version/11.01" keep crashing my server by pulling 50+ pages a second. I think it's an Opera mini-server of sort.
How would I go about banning it without banning the entire Opera users?
Searching I found this, any suggestion in modifying it?
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/5.*Firefox* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Opera/*
RewriteRule ^/$ /index.notsupported.php [L
Every time my server has crashed I have seen the Opera ...Presto signature and I've had enough.
Thanks,