使用“../”会导致open_basedir限制错误

时间:2013-10-24 15:20:10

标签: php include restriction

当我尝试包含这样的文件时:

include ("../folder/file.php");

我收到错误:

  

警告:include():open_basedir限制生效。   文件(../ folder / file.php)不在允许的路径中

但是当我尝试包含这样的文件时:

include ($_SERVER['DOCUMENT_ROOT']."/folder/file.php");

它运作正常。 我很感激任何使用第一种方式使其工作的想法:)

此致,ExChill

1 个答案:

答案 0 :(得分:0)

This应该有所帮助;) php.ini中的open_basedir设置