Thankyou Chroder my penguinian friend
I think Ive solved the problem now though I searched and found some info on this topic I think Ive managed to modify it to my purposes. I will post it here anyway as it may be of use to somone else.
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?whatevermysiteis.com/.*$ [NC]
RewriteRule \.(gif|jpg|WMV|wav|mp3)$ http://www.whatevermysiteis.com/index.html [R,L]
My movie files are WMV files other people may have none capitalized wmv file names or whatever else like mpg mov etc. This stops someone from being able to put a link directly to my movie files on their sites effectively stealing them.
Thanks for the responses
Last edited by ShowPony; 02-05-2005 at 06:18 PM..
|