"2401 members, members can post" <Paul_Merck DeleteThis @2cuk.co.uk> schreef in bericht
news:1193149534.838594.160590@i38g2000prf.googlegroups.com...
> Ever had the chance to forbid a website to download HTTP files from
> your Website ?
It's not the other site doing the download, it are its visitors.
> Point is, there are some undesired websites that downloads our content
> to display it over their websites.
> As an eg : they insert in their web-pages : <iframe src="our-
> website.com/file.php"> OR <img src="our-website.com/file.gif"
> We could.not AT ALL find out how to forbid one website (eg :
> clickandwin.com) to display our content.
It's not the other site doing the download, it are its visitors.
> The dreamed situation is a .txt reject list recognized from the
> httpd.conf file.
No way
In short it is a mission impossible.
Best effort is to check the referrer to have our-website.com. Bare in mind
it is simple to fake and easy to disable.
http://httpd.apache.org/docs/2.2/misc/rewriteguide.html#access
HansH