Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/274.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 如何允许页面在框架中显示_Php_Html - Fatal编程技术网

Php 如何允许页面在框架中显示

Php 如何允许页面在框架中显示,php,html,Php,Html,当我将我的页面分享给stumbleupon时,我在stumbleupon页面上出现错误: Refused to display 'http://www.itsjournal.com/posts/148' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'. 那个么,怎样才能允许显示页面帧化呢?我当前的页眉是: <meta name="viewport" content="width=device-width, initi

当我将我的页面分享给stumbleupon时,我在stumbleupon页面上出现错误:

Refused to display 'http://www.itsjournal.com/posts/148' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.
那个么,怎样才能允许显示页面帧化呢?我当前的页眉是:

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

配置服务器或PHP(以设置为准),使其不会发送
X-Frame-Options
HTTP头

我当前的页眉是

这是HTML文档的
标题的一部分。您需要调整HTTP响应头