I want to put a gif file (an image with a logo and message) as hotlink URL. I also want to make gif hotlink protected. Now it happens so that the URL goes to gif which is protected which goes to URL which is proteced which.... browser gets endless loop.
I do not want to put that hotlink protection message image to another domain. Is there a way to make that particular gif immune to gif hotlink protection? I could of course code a php script which would use sockets to push that image out but that does not sound a clean solution to me.
EDIT: oh, and it would be great to limit the hotlink protection to certain directories only (which would also solve above problem). Is that possible?
I do not want to put that hotlink protection message image to another domain. Is there a way to make that particular gif immune to gif hotlink protection? I could of course code a php script which would use sockets to push that image out but that does not sound a clean solution to me.
EDIT: oh, and it would be great to limit the hotlink protection to certain directories only (which would also solve above problem). Is that possible?
Last edited: