I have had an .htaccess rule for a couple of years now, that blocks old versions of MSIE and thereby blocks a number of unwanted visitors. But now that MSIE v10 is around, it seems to be caught by this rule - I'd be grateful if anyone could advise me how it should be constructed to avoid blocking MSIE v10. At the moment I have just hashed it out.
RewriteCond %{HTTP_USER_AGENT} ^MSIE.[1-6]\.* [OR]
RewriteCond %{HTTP_USER_AGENT} .*MSIE.[1-6]\.* [OR]
Many thanks.