View Single Post
  #1 (permalink)  
Old 30-10-2009, 01:57 PM
kasimani's Avatar
kasimani kasimani is offline
Senior Member
User
 
Join Date: Jul 2006
Location: India, Delhi
OS: CentOS, RedHat, Fedora, Ubuntu
Posts: 151
Thanks: 3
Thanked 1 Time in 1 Post
Rep Power: 4
kasimani is on a distinguished road
Send a message via Yahoo to kasimani
Default Break Out of Frame and block hotlinking

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
Reply With Quote