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.
我目前正在使用 DAMP 在本地构建 Drupal 站点,想知道如何让网络上其他机器上的用户查看这些站点?
谢谢!
- 只需为每个站点添加新的 VirtualHost - 例如“drupal1.test.local” - 然后找出您的本地 IP 地址 - 类似“192.168.1.25 - 在其他机器上您必须编辑“主机”文件 > 添加新行在此文件的末尾按模式:
your-ip-address website
所以在我的例子中,它看起来像:
192.168.1.25 drupal1.test.local
希望它会有所帮助:)