$realpath_root 和 $document_root 区别
$realpath_root:an absolute pathname corresponding to the root or alias directive
2023-5-1 11:51:35
Author: www.yanglong.pro(查看原文)
阅读量:25
收藏
$realpath_root:
an absolute pathname corresponding to the root or alias directive’s value for the current request, with all symbolic links resolved to real paths
如果是符号链接,$realpath_root指向符号链接的真实路径
$document_root:
root or alias directive’s value for the current request
$document_root 是root或alias指定的值
文章来源: https://www.yanglong.pro/realpath_root-%e5%92%8c-document_root-%e5%8c%ba%e5%88%ab/
如有侵权请联系:admin#unsafe.sh