Forum Moderators: phranque
205.***.90.5 - - [12/Nov/2003:08:47:17 -0800] "GET /example.html HTTP/1.0" 403 556 "http://search.msn.com/results.aspx?q=term+terms&FORM=SMCRT" "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; Mozilla/4.0 (compatible; M$IE 5.5; Windows NT; Office Depot, Inc.))"
I block MS Office users, But it is also blocking this guy and others:
RewriteCond %{HTTP_USER_AGENT} MS.*Office [NC,OR]
RewriteCond %{REQUEST_URI} MSOffice [NC]
RewriteRule !^forbidden\.html$ - [F]
RewriteCond %{HTTP_USER_AGENT} MS.*Office[b]$[/b] [NC,OR]
RewriteCond %{REQUEST_URI} MSOffice[b]$[/b] [NC]
RewriteRule !^forbidden\.html$ - [F]
[edited by: jdMorgan at 6:52 pm (utc) on Nov. 12, 2003]
[edit reason] Masked IP address [/edit]