gpt4 book ai didi

php - 如何在 PHP 中获取 Apache 的 DirectoryIndex?

转载 作者:可可西里 更新时间:2023-10-31 23:10:13 25 4
gpt4 key购买 nike

有没有办法在 Apache 下运行的 PHP 中获取 DirectoryIndex 的数组(或类似的东西)?例如,我希望能够检查特定目录中是否存在 DirectoryIndex 文件之一。这与 How can I get the DirectoryIndex filename for a given URI using PHP? 有关但它并没有问同样的事情,所以尽管它很相似,但请不要指向它。

编辑:我不想进行文件解析。

最佳答案

很遗憾,因为 Apache 无法通过 environment variables 提供它.

如果您可以控制配置,您可以使用 setenv指令与 DirectoryIndex 一起。然后使用 apache_getenv() 在 PHP 中阅读它.

否则我认为您必须自己解析 Apache 配置文件。

关于php - 如何在 PHP 中获取 Apache 的 DirectoryIndex?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6552971/

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