Thread: To MrMaryLou
View Single Post
Old 2004-07-19, 12:56 PM   #1
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Quote:
Originally posted by Venom
My htaccess contains these lines:
RewriteCond %{HTTP_REFERER} bla-bla-bla\.com [NC]
RewriteCond %{HTTP_REFERER} !sexorgiescum\.com [NC]
and protection from hotlink
RewriteRule \.(gif|jpeg|jpg|mpeg|avi|mpg|mov)$ - [F,L]
Bla-Bla-Bla this is cheater
Try adding in this line above the first RewriteCond
RewriteCond %{HTTP_REFERER} !^$

This allows someone with no referral to access a movie, like a type-in.


Like this,

RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com/.*$ [NC]
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote