View Single Post
Old 06-28-2004, 01:54 AM  
SGS
Confirmed User
 
SGS's Avatar
 
Industry Role:
Join Date: Dec 2002
Location: Mallorca - Nottingham
Posts: 5,176
Quote:
Originally posted by xxxoutsourcing
Or you can use .htaccess

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$ [NC]
RewriteCond %{REQUEST_URI} !^/banners.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?domain.com(/)?.*$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|mpeg|mpg)$ http://%{HTTP_HOST}/ [R,NC,L]
Remind me not to outsource any .htaccess work to you.
__________________
See sig...
SGS is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote