The server does not search on www or other subareas

I have some problems and I think this is for DNS records.

I can not open my website www. or access any sub-tray.

These are my DNS settings:

  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 **.***.***.*** 

And when I look up the DNS, I get the following:

 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 

**.***.***.*** is my server IP address.

The problem is only on .de ; I installed these settings in my other domain, and everything is fine.

My server is Apache, and for management it has the Apache Control Panel (CPanel) by default.

+4
source share
2 answers

you seem to have 2 A entries for example.de pointing to different IP addresses

look at your domain’s DNS settings or ask for domain hosting support.

Good luck

+2
source

You tried to apply the same dns settings for www.yoururl.com as for yoururl.com

www.yoururl.com acts as a subdomain for you. from my knowledge

0
source

All Articles