flv hotlink test!
Re: flv hotlink test!
correct, that is what i was asking about, which i think i asked about whether it would work or not it would work!
Re: flv hotlink test!
As you have figured out it will not work.
I suggest that you upload your flv files in another folder and upload this htaccess file to it:
and offcourse replace yourdomain.com/ with your actual domain name.
Lets say you also want to protect avi files placed in that folder.
Then just change this part: (flv) to (flv|avi)
I suggest that you upload your flv files in another folder and upload this htaccess file to it:
Code: Select all
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+.)?yourdomain.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*.(flv)$ ../stop.gif [L]
Lets say you also want to protect avi files placed in that folder.
Then just change this part: (flv) to (flv|avi)
Re: flv hotlink test!
yeah, that is what i did, but i will move them to the download folder or to a media folder i made for some of my media player bbcodes!
Re: flv hotlink test!
it's there i was just using another image! on the root!
all my attachments are uploaded to the files directory that is what i have it set as in the ACP!
all my attachments are uploaded to the files directory that is what i have it set as in the ACP!