这是对这个问题的一个扩展,我们了解到我们可以使用 var 设置一个$_SERVER
var SetEnv
。
下一个问题是:有没有办法像这样使用 SetEnv:
/var/www/www.example.com/module/unique_section/.htaccess:
SetEnv RESOURCE_ROOT %{DIRECTORY}
/var/www/www.example.com/module/unique_section/some/path/file.php
<?php echo $_SERVER['RESOURCE_ROOT']; ?>
输出:/var/www/www.example.com/module/unique_section/