Centos下laravel不显示内容

服务器装的lnmp, disable_functions已删除passthru
php public/index.php可以正常输出内容
但在域名下访问不能输出内容,HTML代码输出为:
在public目录下, 写了个test.php可以输出phpinfo()

求大牛指点,如何正常跑起来.
已邀请:

gamefriends

赞同来自:

在php.ini中开启error输出显示如下:
Warning: require(): open_basedir restriction in effect. File(/home/wwwroot/www.domain.com/bootstrap/autoload.php) is not within the allowed path(s): (/home/wwwroot/www.domain.com/public:/tmp/:/proc/) in /home/wwwroot/www.domain.com/public/index.php on line 22

Warning: require(/home/wwwroot/www.domain.com/bootstrap/autoload.php): failed to open stream: Operation not permitted in /home/wwwroot/www.domain.com/public/index.php on line 22

Fatal error: require(): Failed opening required '/home/wwwroot/www.domain.com/public/../bootstrap/autoload.php' (include_path='.:/usr/local/php/lib/php') in /home/wwwroot/www.domain.com/public/index.php on line 22

求解决方案

要回复问题请先登录注册