mac中配置apache
要将默认路径改为自己的路径
DocumentRoot "/Users/username/Documents"
<Directory "/Users/username/Documents">
总是出现 403 forbidden
You don't have permission to access / on this server
解决方法如下,
方法1.是否 DocumentRoot 和 Directory 中路径一致
方法2.Directory 中的设置改为
<Directory />
AllowOverride none