View Single Post
Old 01-30-2003, 12:28 AM   PM User | #9
pb&j
Regular Coder

 
Join Date: Jun 2002
Location: Canada
Posts: 254
Thanks: 0
Thanked 0 Times in 0 Posts
pb&j is an unknown quantity at this point
Quote:
Originally posted by kornhead
I also tried putting the below in my .htaccess but that also did not work.

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.kornhead.net/.*$ [NC]
RewriteRule \.(mp3|jpg)$ - [F]
You have to find out from your web host if they support mod_rewrite. Some hosts do not and thus this attempt would fail.
pb&j is offline   Reply With Quote