Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2000 14:00:35 -0400 (EDT)
From:      Jeremy McLeod <jeremym@chroot.net>
To:        stephen <serenity@tcainternet.com>
Cc:        free BSD <questions@FreeBSD.ORG>
Subject:   Re: how to add www to domain name
Message-ID:  <Pine.LNX.4.21.0004271357470.26677-100000@pug.chroot.net>
In-Reply-To: <005a01bfb05f$864ae460$0202a8c0@neosphere.yi.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Apr 27, 2000, at 10:44, stephen spewed forth:

> i have a domain name, and all iwant to do is add the www to neosphere.yi.org

if you have control over your domain's DNS zone file, you need to insert a
line like this:

www.neosphere.yi.org.	IN	A	208.180.57.251

or

www.neosphere.yi.org.	IN	CNAME	neosphere.yi.org

but CNAMEs suck because you can't add any other records to them. use an A
record.

then increment the serial, and reload the nameserver.


-jeremy



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0004271357470.26677-100000>