I am trying to enclose phpmyadmin into an iframe on my website. However, when the user is not logged in, the browser redirects into the full link. It only embeds into the iframe when user is already signed in.
<div class="row">
<iframe src="http://nypgis.com/phpmyadmin/index.php" height="1000" width="1650" seamless="seamless"></iframe>
</div>