|
|
|
|
|
|
|
|
|
#11 |
|
Banned
Join Date: Oct 2006
Posts: 13
|
Jim,
I think the coincidence is a bit too big! plus you modifyed that .htaccess so badly that you even broke it Code:
RewriteCond %{HTTP_REFERER} !^$
if they have ZangoToolbar. Why would you want that ? Code:
RewriteCond %{HTTP_REFERER} !^http://(.*@)?([a-z0-9-]+\.)*yourdomain\.com(:[0-9]+)?(/.*)?$ [NC]
"the url might be of the form yourdomain.com:135" or any other group of digits Is that a new tld extension ? Using stuff like (.*@)?([a-z0-9-]+\.)* is overkill when you can simply use (.*)? which will match anything. |
|
|
|
|
|