umm
yeah it does.
if you have no default ip defined for a domain, it will not give a site unless you access it with something with an IN A record
and then u have to configure the server....
in apache you can wildcard it to show for *domainname.com
@ IN SOA servername. admin.email.servername. (
varies ; serial
3600 ; refresh
900 ; retry
36000 ; expire
36000 ; default_ttl
)
#www IN A ip addy for www
@ IN MX 5(or whatever the preference is) mailserver.
@ IN NS nameserver.
@ IN A this is what you need, put ip addy here and you will get the site without the www
dunno what dns server ur using for NT but that works in bind
I'm pretty sure I'm right..
but one if the gurus here can add if I missed anything