|
同样的配置在windows上可以访问,放到ubuntu上的apache服务器中,index.php返回500错误?????
服务器错误网站在检索 http://192.168.136.145/testWeb/index.php 时遇到错误。 该网站可能关闭进行维护或配置不正确。
检查了index.php发现这一行可能有问题,但是打印出的路径是正确的。。。
require_once BASEPATH.'core/CodeIgniter.php';
期望的输出是和windows上一样的
Welcome to CodeIgniter!The page you are looking at is being generated dynamically by CodeIgniter.
If you would like to edit this page you'll find it located at:
application/views/welcome_message.php
|
|