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.
我有一个带有 ISPConfig 3 的 VPS。我只是创建一个网站和 ftp 访问。如何在没有域名的情况下测试我的网站?
您可以编辑您的本地/etc/hosts以匹配您的 VPS IP 和域。
/etc/hosts
x.x.x.x domain.tld
其中 xxxx 应替换为您的 VPS IP 地址。
保存文件并点击地址栏中的 domain.tld。