Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我的 Iphone 中测试我在 Mountain Lion 的本地主机上运行的网站。
首先,我从名为“webdev”的mac创建了无线,然后,使用我连接到它的Iphone并且可以访问互联网,问题是当我尝试进入我的Mac localhost站点时,它一直在加载而没有结果,如果我尝试进入根目录:“http://webdev.local”我得到一个禁止错误。
知道为什么我无法将我的 Iphone 连接到我的 mac 上的本地站点吗?
我想如果您收到Forbidden错误,您应该检查您的网络服务器上的权限。我在我的电脑上遇到了类似的问题(使用 Fedora),我解决了这个问题,允许任何用户在我的网络服务器中执行文件,使用如下 chmod:
chmod +x -R /path/to/webserver-files/
希望能帮助到你!