Quote:
Originally posted by fris
i have my own code for doing movies in .htaccess where it checks for local refer
|
this is what i have in my .htaccess
RewriteEngine on
Options -Indexes
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^
http://www.gayfreeclips.com [NC]
RewriteCond %{HTTP_REFERER} !^
http://gayfreeclips.com [NC]
RewriteRule .*\.(mpg|MPG|Mpeg|mpeg|MPEG|rm|RM)$
http://www.gayfreeclips.com [R,L]
when cookies are enabled its working half-good
i.e. surfers can download the hotlinked movie but they cant view it in media player
any suggestions ? i dont wanna pay 200$ if this can be solved with .htaccess code
