iframe works for one C-Panel folder but not another

Thanks Jacob, I didn’t realize that iframe could only reach an address that included a domain, not just a file path. I solved the problem by creating a subdirectory, games.zafflower.com, and installing a new WordPress site in that subdomain. Now this iframe code will correctly display my Unity3D game. Thanks!
Zaffer

<iframe src="https://games.zafflower.com/SummersDay/index.html"
width="1200"
height="900"
frameborder="0"
margin="0"></iframe>

enter image description here