![]() |
Best Bandwidth/Anti-Hyperlinking Protection Script/System?
Hey, I'm using apache on a windows 2003 server, and I was wondering if anyone can give me some advice on scripts or mods to prevent hyperlinking on movie files. I already have the codes for images, but it doesnt work for movies.
Problem: People are hyperlinking to my public movie files. Can anyone offer a soultion? |
Just wondering, why are you running websites on windows?
|
the problem is windows media player doesnt pass along referrer so if you stop hotlinking of movies you will also stop people in browsers not passing along referrer
|
RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com [NC]
RewriteCond %{HTTP_REFERER} !^http://yoursite.com [NC] RewriteRule .*[Aa][Vv][Ii]$|.*[Mm][Pp][Gg]$|.*[Ww][Mm][Vv]$ / [F] |
Quote:
Because I dont have the time to learn unix that's why. GUI = Easier to learn. |
Quote:
|
Quote:
RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com [NC] RewriteCond %{HTTP_REFERER} !^http://yoursite.com [NC] RewriteRule .*[Aa][Vv][Ii]$|.*[Mm][Pp][Gg]$|.*[Ww][Mm][Vv]$ / [F] this will just block hotlinking from actuall urls and will allow local hotlinking + media players |
Quote:
Huh? Get managed hosting and you dont need to learn any unix. |
Quote:
http://www.gofuckyourself.com/showthread.php?t=645080 And note this link from ServerGenius http://www.antihotlinking.com/ |
All times are GMT -7. The time now is 01:05 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123