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.
我在 LAMP 堆栈上设置了 4 个站点,并在服务器上指向了多个域。一切都运行良好,但由于某种原因,没有一个站点具有 http:// 前缀。
这不是一个大问题,但实际上,这些网站将在安全区域运行 https,我希望访问者能够区分。
为什么 Apache 不显示 http:// 前缀?我正在使用命名虚拟主机并修改了我的 /etc/hosts 文件以将相关域指向我的服务器的 IP。
很可能是浏览器隐藏了http://前缀。它也应该发生在您使用该浏览器访问的所有其他网站上。
http://
你不能用 Apache 来控制它——但不用担心,在 https 模式下,浏览器会确保用户看到差异。