it does what its supposed to, i mean, images cant be hotlinked, but what im trying to do is replace the hotlinked image with a different image and a link to my site....
this is what i have:
CODE
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?phoenixf1re.melilyn\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.melilyn.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://phoenixf1re.melilyn.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.hitherston.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.takecamera.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.autumn-sky.org.*$ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpg [L]
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?phoenixf1re.melilyn\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.melilyn.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://phoenixf1re.melilyn.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.hitherston.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.takecamera.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.autumn-sky.org.*$ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpg [L]