我遇到了一些问题,我认为这是针对DNS记录的。
我无法通过www.
打开我的网站或访问任何子域。
这些是我的DNS设置:
example.de. 14400 IN A **.***.***.***
mail.example.de. 14400 IN CNAME example.de
www.example.de. 14400 IN CNAME example.de
ftp.example.de. 14400 IN CNAME example.de
*.example.de. 14400 IN A **.***.***.***
ns1.example.de. 14400 IN A **.***.***.***
ns2.example.de. 14400 IN A **.***.***.***
当我进行DNS查找时,我得到以下内容:
Type Host Class TTL Data
A example.de IN 21599 ip = **.***.***.***
NS example.de IN 21599 target = irdns.earth.orderbox-dns.com
NS example.de IN 21599 target = irdns.mars.orderbox-dns.com
NS example.de IN 21599 target = irdns.mercury.orderbox-dns.com
NS example.de IN 21599 target = irdns.venus.orderbox-dns.com
SOA example.de IN 7199 mname = irdns.mercury.orderbox-dns.com
rname = example.mail.com
serial = 2015081203
refresh = 7200
retry = 7200
expire = 172800
minimum-ttl = 38400
**.***.***.***
是我的服务器IP。
问题出在.de
;我已将这些设置设置为我的其他域名,一切都很好。
我的服务器是Apache,它有默认的Apache控制面板(CPanel)供管理。
答案 0 :(得分:2)
您似乎有A
个example.de
个记录,指向不同的IP地址
查看您的域名DNS设置或询问您的域名托管支持
祝你好运!答案 1 :(得分:0)
您是否尝试为www.yoururl.com应用与yoururl.com相同的dns设置
www.yoururl.com就像是一个子域名。从我的学习