quiron
10-28-2006, 07:43 PM
How can i block hotlink images thats name starts with thumb_
for Example:
thumb_teste.jpg
all olher images i?d like to hotlink
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?mysite\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png|jpg)$ /images/nohotlink.jpg [L]
thanks in advance
for Example:
thumb_teste.jpg
all olher images i?d like to hotlink
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?mysite\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png|jpg)$ /images/nohotlink.jpg [L]
thanks in advance