【发布时间】:2013-05-27 17:06:43
【问题描述】:
我需要 apache 来为公共站点和私有站点提供服务。公共站点位于DocumentRoot 下,私有站点位于另一个文件夹结构中。
我读到如果我想为不在 DocumentRoot 下的页面提供服务器,我需要指定别名。如何指定别名?
Alias /webpath /full/filesystem/path
我在 Windows 上使用 apache。如果我的文件位于C:\Testsite\site,我如何让 apache 为其提供服务?
【问题讨论】: