我设置了一个localhost,它在macos sierra上工作正常。
localhost/~username
但现在我正在尝试从我的Android上的Chrome浏览器访问
192.168.x.x/~username
并收到此消息。
Forbidden. You don't have permission to access /~username from this server
我的手机和Mac连接到同一个wifi。
并编辑httpd.conf
<Directory />
AllowOverride All
Require all granted
</Directory>
它不起作用。
答案 0 :(得分:0)
打开终端并输入以下命令:
chmod 777 parent_directory/localhost