Ich hab mir mit Bind9 einen Primary DNS eingerichtet. Nun gibt es das Problem, dass alles geht, bis auf das Aufrufen der Domain ohne www, also nur http://domain1.de. Mit Subdomains etc. geht alles prima. Warum?
Das hier ist die domain1.de-datei:
Code: Select all
$TTL 1W
@ IN SOA ns1.hauptdomain.de. root.domain1.de. (
2004012403 ; serial
8H ; refresh
2H ; retry
1W ; expiry
11h) ; minimum
IN NS ns1.hauptdomain.de.
IN NS ns.schlund.de.
IN MX 10 mail.hauptdomain.de.
IN A 217.160.140.177
* IN A 217.160.140.177