NGINX | HHVM | PHP - 除了.txt文件外无法获取任何内容

时间:2017-01-12 15:30:46

标签: php nginx hhvm

我已经设置了HHVM& NGINX在我的本地机器上,它完美无缺地运行。最后一天我在我的Ubuntu VPS上做了这个,但是有很多错误,大部分已经修复,但是我无法解决的是这一个:
Fatal error: require_once(/usr/share/nginx/html/app/interfaces/interface.core.php): File not found in /usr/share/nginx/html/global.php

现在的问题是,路径和文件确实存在,但这仅在我尝试要求 .txt 文件时才有效,但不适用于例如 .xml 既不是。我已将 server.ini 文件中的网络路径包括在内:
included_path = /usr/share/nginx/html

除此之外,HHVM& NGINX设置正确,它只是无法处理要求或包含,我不知道为什么。

As you can see below, when I try to enter the path myself in the web browser, it asks me if I want to download it, but it says file doesn't exists using file_exists()

1 个答案:

答案 0 :(得分:0)

好的,经过一些研究,我发现我必须选择我的网络服务器的根文件夹,但它不适用于/usr/share/nginx/html。我不得不将文件移到{{1并更改根文件夹,然后我用它来授予整个文件夹权限访问权限。
/var/www/html