Options +FollowSymlinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.)?your_domain_name.com/ [nc]
RewriteRule .*.(png|gif|jpg|jpeg)$ http://domainname.com/img/hot_link_image.png [nc]
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.)?your_domain_name.com/ [nc]
RewriteRule .*.(png|gif|jpg|jpeg)$ http://domainname.com/img/hot_link_image.png [nc]
Take note this will only work on linux servers.
No comments:
Post a Comment