I'm using this
to advertise our hotlinkers to our site.
Is there a way to disable the Rewrite Rule for certain IP addresses or hosts?
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} .
RewriteCond %{HTTP_REFERER} !^[URL unfurl="true"]http://(www\.)?mydomain\.com[/URL] [NC]
RewriteRule \.(gif|jpe?g)$ /gfx/replacement.gif [NC,L]
to advertise our hotlinkers to our site.
Is there a way to disable the Rewrite Rule for certain IP addresses or hosts?