Forum Moderators: open

Message Too Old, No Replies

Microsoft URL Control - 6.00.8862

huge number of hits (for me anyway) in 2 hr. time

         

pjgarrit

10:10 pm on Jul 21, 2005 (gmt 0)

10+ Year Member



Today one of my sites had over 3,000 requests from a Comcast Business Communications IP in a little over 2 hrs. The User Agent was Microsoft URL Control - 6.00.8862. It slipped by my .htaccess mod rewrite ban for this user agent. Hopefully corrected now.

keyplyr

10:13 am on Jul 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



This works well for me:

RewriteCond %{HTTP_USER_AGENT} ^Microsoft.(DataŠURLŠOffice) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Microsoft-WebDAV-MiniRedir [NC,OR]

(fix broken pipes if cut'n pasting)