FLV hotlink

Fix it!!

FLV hotlink

Postby BMN » Wed Sep 30, 2009 11:27 am

Hello,

Video from the boat with the video system is drawn.

I tried a few codes but the videos do not track in my own site.

.flv extension for my video How can I get protection?

Thanks & King Regards.
BMN
 
Posts: 39
Joined: Wed Jul 05, 2006 2:15 am

Postby richardk » Wed Sep 30, 2009 12:34 pm

Does the video player send the HTTP Referer header?
What mod_rewrite have you tried?

Try
Code: Select all
Options +FollowSymLinks

RewriteEngine On

RewriteCond %{HTTP_REFERER} ^(http://(www\.)?example\.com(/.*)?)?$ [NC]
RewriteRule .\.flv$ - [NC,F,L]
richardk
 
Posts: 8800
Joined: Wed Dec 21, 2005 7:50 am

Postby BMN » Fri Oct 02, 2009 12:11 am

Tried mod_rewrite you provide
In this way, in my own site does not play videos.

King Regards
BMN
 
Posts: 39
Joined: Wed Jul 05, 2006 2:15 am

Postby richardk » Fri Oct 02, 2009 4:13 am

Replace
Code: Select all
^(http://

with
Code: Select all
!^(http://
richardk
 
Posts: 8800
Joined: Wed Dec 21, 2005 7:50 am

Postby BMN » Fri Oct 02, 2009 4:42 am

Flv files on the site of my video is still working out.

King Regards.
BMN
 
Posts: 39
Joined: Wed Jul 05, 2006 2:15 am

Postby BMN » Fri Oct 02, 2009 10:25 am

Please help urgent.

Thanks & King Regards.
BMN
 
Posts: 39
Joined: Wed Jul 05, 2006 2:15 am

Postby richardk » Sat Oct 03, 2009 8:05 am

Flv files on the site of my video is still working out.

I don't understand.

It is unlikely you will be able to protect your flv files using the HTTP Referer because the player will either not send the Referer header or it will be set to your domain.
richardk
 
Posts: 8800
Joined: Wed Dec 21, 2005 7:50 am


Return to Security with Mod_Rewrite

Who is online

Users browsing this forum: No registered users and 2 guests

cron