我在Windows上有一台运行Apache 2.4的服务器,我在httpd-vhosts.conf文件中设置了一个VirtualHost,并在我的DNS服务器中设置了一个“A”记录,将subdomain.mydomain.com指向我的IP地址。不幸的是,连接到subdomain.mydomain.com只显示与mydomain.com相同的页面。这是我在httpd-vhosts.conf文件中使用的代码:
<VirtualHost *:80>
ServerAdmin admin@mydomain.com
DocumentRoot "c:/Apache24/subdomain/htdocs"
ServerName subdomain.mydomain.com
ErrorLog "c:/Apache24/subdomain/logs/errors.log"
CustomLog "c:/Apache24/subdomain/logs/access.log"
</VirtualHost>
我做错了什么?
答案 0 :(得分:0)
确保您的域名提供商配置不会将@重定向到www,您需要单独配置它们以重定向到您的计算机IP地址