Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改Document RootISPConfig 3 中特定域/子域的
Document Root
我需要将我的子域指向与标准client3 web6根目录不同的目录。
client3
web6
在“ISPConfig 3”中,该字段不可编辑,无论是在创建期间还是之后。
解决方案非常简单,我所要做的就是,一旦创建了域,我必须如下导航..
Select that domain> Options>Apache Directives
Select that domain
Options
Apache Directives
并将以下行粘贴到将相应调整域/子域的根目录的位置。我想将域指向默认Web Root目录之外的 Rainloop 安装/var/www/html。
Web Root
/var/www/html
DocumentRoot "/var/www/rainloop/"
已将此 Q/A 编写为文档,尽管它非常简单,但该解决方案在任何地方都没有记录。