![]() |
Hot link protection for Video files?
Anyone know of any hotlink protection for videos files...ie galleries with .mpg .wmv and so on
.htaccess file settings? Thanks |
Here what I use.
Options +FollowSymlinks RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?domain.com(/)?.*$ [NC] RewriteRule .*\.(mpeg)$ http://www.domaintoforward.com/ [R,NC] the domain.com is the domain that you allow video viewing. The Rewriterule is where you want to forward traffic from the website that is hotlinking you, like a paysite. You can also add hotlink.jpeg that the end with a message. the mpeg is the ext of the files you want to protect. Work very fine for me, but I'm using it on my httpd.conf with directory condition <Directory /.../.../.../> </Directory> |
thanks! works great for me too
|
Thats for posting the hotlinking script needed one for video
|
hit me up, I have a script for ya
|
All times are GMT -7. The time now is 04:01 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123