Domanda

How can I allow accessing my phpMyAdmin using iframe ? I have try removing cross_framing_protection.js, no change.

Using this simple iframe code

<iframe src="http://somedomain.com/phpMyAdmin/"></iframe>
È stato utile?

Soluzione

Just add to config.inc.php file this line:

$cfg['AllowThirdPartyFraming'] = true;
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top