Hi scooter,
Oops, sorry just noticed, I missed something
here it is revised:
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.yourdomain.com/images/getlost.gif[R,NC]
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.
YOu might want to take a screen shot of the page that's stealing your page.
You may also want to send a harshly worded email to their ISP. Any respected ISP will jump on it.
You can do a search here
www.whois.sc