Looks like the new MSN spider is having some trouble following the rules. While they fix it, this can
be blocked in Apache by doing:
SetEnvIfNoCase user-agent "^msnbot/2.0b" banned_by_now
...
<Directory "/srv/www/htdocs/">
Order allow,deny
Allow from all
Deny from env=banned_by_now
</Directory>
This is a personal web page. Things said here do not represent the position of my employer.
About Me
This is Gonzalo Paniagua Javier's blog. I'll be posting
entries about Mono, the project I work on,
and .NET, ASP.NET as well as other random stuff.