Quote:
Originally Posted by FiMeTi
At the bottom of your .htaccess file you drop in this code.
Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?MYDOMAIN\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ http://yoursite.com/images/misc/deny.png [L]
But the deny image does not pop up. Neither with this code, nor with the code of dxlwebs. ;/
|
your forgot to put your sites domain then the image socation i etided it in the quote take a look!