Xampp Unix - 绝对文件路径?
环境: 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论