.htacces.... can't get it.

I'm trying to keep images from being hotlinked, heres what I did:

Made htaccess.txt,

RewriteEngine on
RewriteCond %{HTTP_REFERER} !(^$|^http://(www\.)?fszone\.org/?.*$) [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://www.fszone.org/maian_uploader/uploads/fszone.png [R,NC]


Uploaded it to http://www.fszone.org/maian_uploader/uploads/ and renamed it to .htaccess .... and now they don't even work on my OWN forums..htacces.... can't get it.

Any suggestions? Did I do something wrong???

I am running on apche 2 and windows XP.

 

 

 

 

Top