Forum Moderators: phranque
SetEnvIfNoCase user-Agent "^[Ww]eb[Bb]andit" bad_bot [NC,OR] I'm trying to block the infamous Copyscape
Rather than using allow,deny it is more effective to use deny,allow. The reason being that the latter permits ErrorDocuments and custom 403's to function.
Do I actually need the <limit> tag? Some of the snippets of the same topic weren't using it.
5) [OR]
In SetEnvIf, each line is an island. You don't need to link them up. In fact you can't. Like wilderness, I am surprised all those flags didn't make the server explode. Maybe it thinks [NC,OR] is just your made-up name for another environmental variable, and it's waiting for you to do something further with it. Brr.
Perhaps I was just focused on scrapping the entire section.
BrowserMatch "MSIE [1-4]\." keep_out BrowserMatch "MSIE [1-4]" keep_out does a user agent need to be in a full word? I have a feeling DAUMOA is redundant since I already have DAUM. This applies with Naver as well: NaverRobot, NaverBot
As for HTTP_REFERER, do I even need RegEx for subdomain and protocol?
If "containing somewhere in the string" is defined by NOT using either ^ or $, wouldn't be the domain name only sufficient?
The answer is YES for both your 1 & 2 questions.
Hm. wilderness, when you said Yes did you mean No? Your example makes it look that way.
Since "?" is either 0 or 1, wouldn't it make no practical difference from not citing it?