View Single Post
Old 09-10-2021, 09:42 AM  
Black All Through
Confirmed User
 
Black All Through's Avatar
 
Industry Role:
Join Date: Oct 2010
Location: US
Posts: 2,078
Quote:
Originally Posted by k0nr4d View Post
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)yourdomain.com/.*$ [NC]
RewriteRule \.(jpg|jpeg|mp4)$ - [F]

Or you can rewrite it to some fucked up disgusting video (1 man 1 jar or something) and display that for them instead, or like a video that just displays your domain or something.

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)yourdomain.com/.*$ [NC]
RewriteRule \.(mp4)$ /fuckedupvid.mp4 [R,L]
Best way to go!
__________________
I want to buy contextual links on quality blogs
For both Adult and mainstream niche - Small to massive packages
Black All Through is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote