我正在尝试在 iFrame 中打开一个 php 文件。它在本地工作正常,但在服务器中显示Forbidden 。
这是我的代码-
<iframe frameborder="0" width="140px" height="25px" marginheight="0" marginwidth="0" scrolling="no" src="share.php?url=test.com"></iframe>
我将 iframe-src-file share.php 的权限更改为 777 但没有运气。父文件的状态是:755。