Quote:
|
Originally Posted by NinjaSteve
are you using a linux or windows server?
|
lol i dont know! i got a host, i pay every month a bill i aint got my own server... and i dont know shit about servers either.
Anyway, with the help of manowars link (thanks) i looked a bit closer and it seems that the image url for the hotlink image CAN NOT be your whole url where the image is hosted for some weird reason.... only the dirs. Thats prett strange if u ask me. But it works:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?hotlinksite\.com/ [NC]
RewriteRule \.(jpe?g|gif|bmp|png)$ des/test/hotlinkimg-d.gif [L]
^^^ check the last line, i did it without
http://www.mydomain.com/ and now it does work. Crazy shit, i hate these kinda code jobs there always something wrong that noone can explain and totally unlogical. Doom the fucking nerds that invented this haha..