문제

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>
도움이 되었습니까?

해결책

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

$cfg['AllowThirdPartyFraming'] = true;
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top