View Single Post
Old 08-27-2002, 12:06 AM  
playa
Confirmed User
 
Join Date: Feb 2001
Location: atlanta, GA
Posts: 6,432
configuring .htaccess for embedded movies

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
playa is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote