On Aug 13, 2008, at 09:20, Eric Covener wrote:
On Tue, Aug 12, 2008 at 10:12 PM, <[EMAIL PROTECTED]> wrote:
+RewriteCond %{HTTP_REFERER} !www.example.com [NC]
Not likely a factor in this example, but maybe better in the guide
(where people will derive from) to use != or escape/anchor the
expression?
If we leave it as a regex, maybe include somethimg like ^(www
\.)?... too
Yeah. Good idea.
It needs to be a regex in this case simply because the REFERER
contains an entire URL, not just the hostname.
--
One of the advantages of being disorderly is that one is constantly
making exciting discoveries.
A. A. Milne