在网络 PC 上查看 Mac 本地主机
我正在我的 Mac 上开发一些网站(标准 LAMP 设置,使用 PHP5,使用 Remy Sharp 的 LAMP 设置说明)。我可以通过访问(例如http://apple.dev)在本地查看这些站点。
我只是想知道如何在连接的网络 PC 上查看这些网站。
我尝试过: http://MY-IP-ADDRESS/~MYUSERNAME/apple.dev
但这只是返回网站的文件目录结构。
我可以通过以下方式查看默认网页: http:// MY-IP-ADDRESS/~MYUSERNAME/
我做错了什么还是需要做其他事情?
我已启用网络共享
任何想法或建议表示赞赏。
I am developing some websites on my Mac (Standard LAMP setup, with PHP5, Using Remy Sharp's LAMP setup instructions). I can see these sites locally by going to (eg http:// apple.dev).
I was just wondering how I view these sites on a connected network PC.
I have tried:
http:// MY-IP-ADDRESS/~MYUSERNAME/apple.dev
But this just returns the file directory structure for the website.
I can see the default webpage by just going to:
http:// MY-IP-ADDRESS/~MYUSERNAME/
Am I doing anything wrong or do I need to do anything else?
I have enabled web sharing
Any thoughts or suggestions appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您已经为此站点设置了服务器别名。在这种情况下,答案非常简单。只需编辑电脑上的主机文件,然后以通常的方式输入电脑的 IP 和服务器别名,例如
,其中 xxx.xxx.xx.xx = 您的 mac 的 IP 地址,如网络共享中所示。
如果完成此操作,那么当您在网络浏览器中浏览到该别名时,您的电脑应该会找到该站点。
It sounds like you have a server alias setup for this site already. In which case the answer is pretty simple. Just edit the hosts file on your pc and enter the ip of your pc together with the server alias in the usual fashion, e.g.
Where xxx.xxx.xx.xx = your mac's ip address, as found in web sharing.
If this is done, then your pc should find the site when you browse to that alias in its web browser.