Quote:
|
Originally Posted by johnnyhey
|
^.*fukser\.com.*$ is bad.
What if the fuskering site is actually called
www.fusker.mysite.com, or fusker.mysite.com? Yours will only work for an actual *fusker.com.
Also, the "beginning of string character" - the "^" - isn't stricly needed. if you include it, apache will evaluate it. For a referer string, it's not needed - it will always use the "beginning" of a referrer string unless you tell it not to. The same goes for the "end of string" - the "$". I left it in mine - no sure why
