Hello How can i protect my site from prgs like Acunetix vulnerabilities scanner as they try many thousands of exploits in a few seconds and they overload the server? Thank you
i would not bother. At least I have never heard of it. PS: if you have access to that prog i guess it would make sense to scan your own site just in case
Jeez what a crap reply! I'm looking into this too, perhaps this would work for you in your .htaccess: RewriteCond %{HTTP_USER_AGENT} ^Acunetix [OR] RewriteRule ^/$ http://www.acunetix.com [L] Anyone else?