Xampp Unix - 绝对文件路径?

发布于 2024-11-08 00:05:31 字数 484 浏览 0 评论 0原文

环境: Ubuntu 构建上的 Lampp

问题: 当我在 Windows 服务器上进行 Web 开发时,

include('/');
<script src="/style.css"...

引用了 Web 根目录,并且很容易使用“/”设置所有路径。现在我在 Unix 上使用 Lampp,“/”目录路径并不引用 Web 根目录,它可以追溯到更远的地方。经过研究后,我认为它用于子域等...我找不到将“/”路径设置为 Lampp 上的 Web 根目录的方法。有什么帮助吗?

编辑:但是使用

$_SERVER['DOCUMENT_ROOT'];

It 可以正确返回 Web 根目录。不知道为什么...

include('/');
<script src="/style.css"...

...无法正常工作。

Environment: Lampp on a Ubuntu build

Problem: When I was doing web development on a windows server the

include('/');
<script src="/style.css"...

referred to the web root directory and it was easy to set all paths with '/'. Now that I am using Lampp on Unix the '/' directory path does not refer to the web root, it goes back further. After researching about this, I suppose it is used for sub-domains ect... I couldn't find a way to set the '/' path to be the web root on Lampp. Any help?

Edit: However using

$_SERVER['DOCUMENT_ROOT'];

It returns the the web root properly. Not sure why...

include('/');
<script src="/style.css"...

...are not working correctly.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文