Page is a not externally linkable
jdMorgan - 3:58 am on Feb 7, 2005 (gmt 0)
I don't see why the original code didn't work for the referrer you posted. "http://64.233.167.104/" matches [.*...] I would recommend you try the original rule again, but make sure you replace the broken pipe "¦" characters with solid pipes before trying to use the code -- posting on this forum modifies some characters for security reasons, and "¦" is one of them (emphasis added for later browsers in this thread). Jim
Adding a star after the grouped subexpression makes it optional (it would match the previous parenthesized subexpression repeated zero or more times). This means that any referrer that begins with
"http://" and contains your domain will bypass the rule. That opens a fairly large hole in the protection.
"search" matches (search¦cache¦translate)
"?q=cache:lKyRJzLEOGoJ:www." matches .+
"example.com" matches example.com
and "/images/+inurl:mysite.com/images/&hl=en" is discarded and not required to match, because the pattern in unanchored.