HI Sonja,
Are you running Apache? If you are, you can create an .htaccess file.
Open notepad and save as htaccess.txt
Inside it, put
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://domain.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|php|html)$
http://www.domain.com/images/getlost.gif[R,NC]
Then upload to your root server and change the name to .htaccess
Notes:
Replace domain.com with your actual domain name
You'll notice the second last line, I added php and html . you'll need that for the page, depending on the extension of your page.
And if you're feeling adventurous, you can add the last line, which you can make. An image to display anything you want, like "This site stole my page"
And that image will replace what they're trying to steal.
As mentioned, above, depending on the control panel, your host may have this feature