困扰许久,php网站服务器更换阿里云后,登陆后台管理系统,跳转到index.php页面显示空白??

<?php session_start(); ?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<?php include('conn.php'); ?>

<title>后台管理系统</title>

</head>


<frameset rows="90,*" cols="*" frameborder="no" border="1" framespacing="0">

  <frame src="top.php" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />

  <frameset rows="*" cols="193,*" framespacing="0" frameborder="no" border="0">

    <frame src="left.php" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />

    <frame src="info.php" name="mainFrame" id="mainFrame" title="mainFrame" />

  </frameset>

</frameset>

<noframes><body>

</body>

</noframes></html>


空白页浏览器输出后的HTML源代码

580dada00001900105000246.jpg

php代码

580dada100016db705000226.jpg

580dada10001193605000332.jpg

这种情况有遇到的没,更换之前是可以访问后台系统的,目前网站首页是可以访问的,就是后台管理系统不行。求大神帮忙,百度上提问竟然给屏蔽掉了。。。



土著
浏览 1495回答 2
2回答

晚安sp

你的body。。。。
打开App,查看更多内容
随时随地看视频慕课网APP