Forum Moderators: martinibuster
One example from my .htaccess file reads:
RewriteCond %{HTTP_USER_AGENT} Java/1 [NC,OR]
(and similar lines, but leave out the ,OR on the last one, just put [NC] ) ..
RewriteRule .* - [F]
The [F] apparently makes the buggers 'Fork Off' (403 forbidden is returned).
Thus if the referrer even CONTAINS Java/1, downloads of my files are disallowed.
This seems to work fine. Previously I had lots of trouble with Java/1 and variations. -Larry
PS: I have a fridge full of German bier. I'm counting the days until Friday.