Neil Smith [MVP Digital M
Guest
|
Posted:
Wed Jun 09, 2004 3:04 am Post subject:
Re: blocking other sites from using my streams |
|
|
On Tue, 8 Jun 2004 11:31:12 -0700, jmd
<anonymous@discussions.microsoft.com> wrote:
| Quote: | regular .htaccess blocking doesn't seem to work - I block their domain
but windows media still plays my media off their site. how do I prevent that?
|
That's because the requests aren't coming from their domain, but from
the user's machines IP addresses. You need to implement a referer
check on links from your website in apache, and reject any requests
which don't have a referer of your site's base URL. This may still end
up with some of your regular viewers being unable to view your content
if their browser isn't able to send a correct referer string - and is
a fact of life on the web ;-0
Cheers - Neil |
|