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.