【发布时间】:2017-10-13 12:56:37
【问题描述】:
Apache 无法为 DocumentRoot 之外的文件夹提供别名
Alias /hello /test
<Directory "/test">
Options FollowSymLinks
AllowOverride FileInfo
Order Allow,Deny
Allow from All
Require all granted
</Directory>
【问题讨论】:
标签: apache http-status-code-403 apache2.4 fedora-25