iFrame で php ファイルを開こうとしています。ローカルでは問題なく動作しますが、サーバーでは禁止されています。
これが私のコードです-
<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。