我在 Amazon AWS 上有一个远程 ubuntu 服务器,我正在使用 启用一个网站a2ensite
。我的服务器名称和服务器别名中有一个 conf 文件,/etc/apache2/sites-available/001-mysite.conf
其布局如下
ServerName 4techgroups.com #Works
ServerAlias www.4techgroups.com #Doesn't work http://4techgroups.com #works
<Directory /var/www/html/site1>
AllowOverride All
</Directory>
我不知道为什么 4techgroups.com 可以工作,但我无法访问 www.4techgroups.com。可能是因为它是亚马逊 AWS 服务器。
答案1
您的域名4techgroups.com
没有关于主机 的 DNS 记录www
。只需将其添加到您的域名,并使用与其相同的 IP 地址4techgroups.com
即可。阅读文档更新您的 VPC 的 DNS 支持