尝试正确设置这两个虚拟主机。我在这个域上托管了两个网站:www.example.com/example.com 和 test.example.com。
我如何才能使这两者在我的 vhost 定义中发挥作用?
我有:
$HTTP["host"] == "test.example.com" {
和
$HTTP["host"] =~ "(^|.)example.com$" {(我认为这适用于 *.example.com)
即使我尝试访问 test.example.com,它始终会转到第二个。我需要能够托管 www.example.com/example.com 和 test.example.com
答案1
尝试交换它们。最后一场比赛获胜。