Reputation: 1518
I want to open my website in another website. But when i try to open only white screen shows. I don't know the reason. If you have an idea, please share with me.
I tried this:
<iframe src="demo_iframe.htm" name="iframe_a"></iframe>
<p><a href="http://www.example.com" target="iframe_a">Try this</a></p>
or http://www.dizimagyeni.com/dizi-izle.php?dizi=Test&url=http://www.example.com
it worked correct.
But if I try another website(belongs to me) only white screen shows. What can cause this?
Upvotes: 1
Views: 3059
Reputation: 1518
I want to share my solution, maybe it helps someone who searching this answer. it was about the nginx configuration Remove the X-Frame-Options:SAMEORIGIN
line or comment with #
in nginx.conf
file and it will work.
Upvotes: 1