我正在尝试设置一个虚拟主机以允许公共目录下的特定文件系统路径。
当前配置:
<VirtualHost *:80>
ServerName mysite.com
DocumentRoot "..etc/www/mysite.com/public_html"
</VirtualHost>
我想在“../etc/www/mysite.com/library”中包含路径“../etc/bin/zend/library”我不确定是否需要将documentroot更改为public_html并参考public_html 的所有公共流量,或者我是否可以使用 mod_rewrite 或目录来包含系统目录。该目录也应该只运行/读取;没有写权限。