Forum Moderators: phranque
195.XX.168.168 - - [01/Nov/2003:16:07:07 -0800] "GET /page.html HTTP/1.1" 200 4725 "http://www.my-domain/site-map.html" "Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)"
RewriteCond %{HTTP_USER_AGENT} ^HTTrack [NC,OR]
HTTrack
HTTrack 3.0x
HTTrackblahblahblah
By removing the ^, you're telling Apache to search for the pattern anywhere in the UA string, which is what you want in this case.