我在我的 Mac 上设置了我的主机文件
127.0.0.1 my.localsite.com
127.0.0.1 my2.localsite.com
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
127.0.0.1 more.localsite.com
127.0.0.1 more2.localsite.com
当我访问http://my.localsite.com:8080时,我正在处理的网站的主页正确显示。当我转到该站点的另一个链接时,例如 my.localsite.com:8080/page1 或 my.localsite.com:8080/page2 我的浏览器告诉我找不到该站点。我已将 my 和 my2.localsite.com 添加到主机文件的顶部,但这并没有什么不同。
有什么建议吗?
谢谢!