I have a question:
what to do if i want to block a URL from my Apache web server..
Suppose i a Html page....
http://domain.com/showdata.html
and showdata.html is internally using a page Using Iframe...
like this
<iframe name=scorecardMatch src="1234567.html" scrolling="no" width="667px" height="2000px" frameborder="0"></iframe>
i want to block the 1234567.html from HotLinking... by Outsiders....
Regards
manish