I have a website(website a) that has only one Page, which i want to show on a different website(website b) via iframe. But I want to prevent the access to website a.
Basicly what i want to do is this:
if (load website trough iframe == true){
         show website;
    }
else{
         don't open website;
     }
Anyone has a clue where to start to solve this problem?