Page is a not externally linkable
wilderness - 6:16 pm on Dec 21, 2009 (gmt 0)
This line has some real issues. 2) Your Rewrite essentially reads the following: 2b) No idea what your attempting to catch with that line? Don
I tried this method to condense my bad bot list and I found it actually increased my response times. I thought that maybe if I started a line with a fixed string before the regular expression it would be more efficient. For example:
RewriteCond %{HTTP_USER_AGENT} ^webpage(widget¦downloader¦scrapper¦harvester) [NC,OR])
1) WHY the trailing parentheses after [NC,OR] ?
User Agent BEGINS with the word webpage and is followed immediately (no trailing space by ANY of the words enclosed in parentheses.
2a) EX: one UA would read (at beginning) webpagewidget, which is MORE THAN very unlikely with what you believe your attempting to catch.
Perhaps you could expand on what exactly your attempting to do, maybe even provide an existing UA that fits this criteria?