open_basedir restriction in effect. File(/var/www/vhosts/domain.com) is not within the allowed path(s): (/var/www/vhosts/domain.com/httpdocs:/tmp)
我如何安全地解决这个问题?这阻止了我在当前目录之外列出和创建目录。我所说的安全的意思是我不想从配置文件中删除一段代码,并可能让黑客更容易做任何事情。
open_basedir restriction in effect. File(/var/www/vhosts/domain.com) is not within the allowed path(s): (/var/www/vhosts/domain.com/httpdocs:/tmp)
我如何安全地解决这个问题?这阻止了我在当前目录之外列出和创建目录。我所说的安全的意思是我不想从配置文件中删除一段代码,并可能让黑客更容易做任何事情。