我在需要文件时遇到了麻烦:
$path_requires = "/var/www/vhosts/website.com/v3" ;
require("$path_requires/vars.inc.php") ;
错误是:
/var/www/vhosts/website.com/portraits 致命错误:require():打开失败需要'/var/www/vhosts/website.com/v3/vars.inc.php'
如果我从终端做:
cat /var/www/vhosts/website.com/v3/vars.inc.php
我检查了目录的权限。网站.com。它的:
drwxr-xr-x 17 apache psaserv 4096 Oct 18 03:32 v3
我更改了对该目录的权限,但没有成功。
有谁知道发生了什么。为什么我不能要求这个 php 文件?