What is the correct code to block a site from embedding and hotlinking your movies? I just found out that the .htaccess code I was using somehow doesn't work.
Need .htaccess help
Collapse
X
-
Tags: None
-
If you wanted to greedily keep your files for yourself, you should have voted Ron Paul. -
Damn thing timed out. Oh well. Here.
Code:RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourdomain.com(/)?.*$ [NC] RewriteRule .*\.(gif|jpg|jpeg|wmv|mpg)$ - [F,NC]Comment
-
Hm that's exactly what I use, only difference that I only have [F] and not [F,NC]. What does NC mean? Thanks by the way.Comment
-
NC is "No Case", meaning it works for upper, and lowercase. If you named your files '.JPG' with yours, as you describe it, they would not be protected.Comment
-
-
That generally affects Windows Media Player; and for that, I suggest a passthru script, or using a prerolled protection mechanism that requires a login before you access, such as StrongBox.
However, he hasn't expliticly stated what/where his content was being stolen.Comment
-
Content hotlinked from movie galleries. I am using a hotlink protection on my other server but on the new one I did not. Well problem solved thus far, blocked the IP of the site. By the way, why did I see the url of the hotlinking sit in my affiliate program ref stats but not on Google Analytics? I mean if my .htaccess did not work with movies how did they get redirected to the sponsor?Comment
-



nope, he sure wasn't specific enough ....
I know that Asspimple is stoopid ... As he says, it is a FACT !
But I can't figure out how he can breathe or type , at the same time ....Comment
-
Wow, I skimmed a post that didn't earn me any money.
How's your ratio for getting new clients from the states, by the way?Comment
-
Comment
-
My reply was to DirectFiesta, actually.
He made some rather purile anti-American sentiment threads on nearly a daily basis in the past, so for awhile, I'd follow his posts begging for people to use him as a virtualhost with his prior statements cut-and-pasted where prospective clients could see it.Comment
-

AIM: GrouchyGfy
Comment