2

我正在 000webhost.com 上建立一个网站,尝试使用包含一个 php 文件

<?php include ($_SERVER['DOCUMENT_ROOT']."/main/meta.php") ?>

但服务器说
Warning: include() [function.include]: Failed opening '/main/meta.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/USER_NAME/public_html/index.php on line 5
Warning: include() [function.include]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/main/head.php) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/USER_NAME/public_html/index.php on line 7

我应该怎么做任何其他方式来包含文件(我不打算使用 ../../main/meta.php),因为我的网站有这么多文件夹和子文件夹,我不想编辑每个文件。

有什么办法可以包含文件。
我有完整的 .htaccess 支持。

4

0 回答 0