Home  >  Article  >  Backend Development  >  网站前台展示空白,后台正常

网站前台展示空白,后台正常

WBOY
WBOYOriginal
2016-06-13 10:30:431114browse

网站前台显示空白,后台正常
如题,怎么回事啊???把首页替换成只输出字符串的就能输出,还需要检查哪些方面啊?

------解决方案--------------------
原因是多方面的。不管怎么样,先打开错误提示再说。
php.ini中令 display_errors=On
------解决方案--------------------
Apache没有识别php文件?Apache配置参考
http://download.csdn.net/detail/dmtnewtons/4253940
------解决方案--------------------
那你的首页文件怎么写的啦。
------解决方案--------------------
在你的程序的开始处加上
echo ini_get('display_errors');
echo ini_get('error_reporting');

看看输出了什么
------解决方案--------------------
问题是多样化的 多描述下。
------解决方案--------------------

探讨

引用:

在你的程序的开始处加上
echo ini_get('display_errors');
echo ini_get('error_reporting');

看看输出了什么


少了个文件……
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn