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.
众所周知如何从本地网络中的另一台计算机访问 XAMPP 站点(通过键入 IP 地址),请告诉我如何禁止这样做并且仍然有一个正在运行的 localhost。
就这么简单,
只需创建一个名为 index.php/index.html的文件
让它们空着,
现在任何访问您的 IP 的人都将被重定向到 index.php,他们无法知道您拥有哪些文件。
希望这个答案有帮助。
localhost(IPv4 为 127.0.0.1)只能从本地主机访问。查找任何“Listen”和“VirtualHost”指令并确保它们都说“localhost”而不是另一个主机名或 IP 地址。