gpt4 book ai didi

来自服务器根目录的 php include()?

转载 作者:行者123 更新时间:2023-12-02 07:51:58 25 4
gpt4 key购买 nike

我正在从我的 WAMP 测试环境部署到在线测试...

在本地,我的包含路径是这样的:

include('C/wamp/www...')

如何在我的服务器上找到等效路径?

我已经尝试使用“/”来访问根目录,但出现此错误:

Warning: require_once(/test123/mvc/views/txt/index_nav_txt.php) [function.require-once]: failed to open stream: No such file or directory in /home/user/public_html/test123/mvc/views/components/st_footer.php on line 37

Fatal error: require_once() [function.require]: Failed opening required '/test123/mvc/views/txt/index_nav_txt.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/user/public_html/test123/mvc/views/components/st_footer.php on line 37

最佳答案

你实际上需要:

require_once("/home/codlife/public_html/test123/mvc/views/txt/index_nav_txt.php");

注意/home/codlife/public_html/的版本

最初的 / 将您带到服务器的根目录,您的代码位于 /home/codlife/public_html/

关于来自服务器根目录的 php include()?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3264489/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com