我无法在Android中访问localhost

时间:2017-07-06 22:21:24

标签: android apache localhost

我设置了一个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>

它不起作用。

1 个答案:

答案 0 :(得分:0)

打开终端并输入以下命令:

chmod 777 parent_directory/localhost