been trying to figure this out for the longest,, no one seems to know,,,
basically i want to embedd a .WMV video on a webpage on a secure members area...
it seems like the video isn't passing a valid refer and it isn't loading.. and also i can't right click to download,, or click it to play,,
it gets redirected to the rewrite,,
this is my content url and all i have configured in my .htaccess is
RewriteCond %{HTTP_REFERER} !^
http://www.domain.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://domain.net/.*$ [NC]
RewriteRule /*$
http://www.redirect.com/ [L,R]
can someone please help,,
thanks in advance