View Single Post
Old 05-22-2005, 12:32 PM  
radical
Confirmed User
 
Join Date: Oct 2003
Location: Bonnie Scotland
Posts: 2,876
Also place this in every folder which contains image/video files:

<-------- .htaccess code --------->

RewriteEngine On
RewriteCond %{HTTP_REFERER} !http://www.yourdomain.com/404.html/ [NC]
RewriteCond %{HTTP_REFERER} !http://www.yourdomain.com/404.html/:80 [NC]
RewriteCond %{HTTP_REFERER} !http://www.yourdomain.com/404.html/ [NC]
RewriteCond %{HTTP_REFERER} !http://www.yourdomain.com/404.html/:80 [NC]
RewriteRule .\* http://www.yourdomain.com/404.html/ [R,L]


<-------- .htaccess code --------->
__________________




ICQ: 166108967
radical is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote