在网络 PC 上查看 Mac 本地主机

发布于 2024-11-06 05:17:12 字数 348 浏览 0 评论 0原文

我正在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷弦 2024-11-13 05:17:12

听起来您已经为此站点设置了服务器别名。在这种情况下,答案非常简单。只需编辑电脑上的主机文件,然后以通常的方式输入电脑的 IP 和服务器别名,例如

xxx.xxx.xx.xx  apple.dev

,其中 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.

xxx.xxx.xx.xx  apple.dev

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文