Forum Moderators: phranque
[edited by: tedster at 8:03 am (utc) on Jan. 29, 2008]
it's probably a domain name server config problem.
what do you see when the site does not come up?
regardless of the reason it means is that any links to the www. url will not resolve and therefore have no benefit.
1) Make sure you have a DNS A or CNAME record for "www".
If an A record, it should have the same IP address as for your base domain name. (Depending on the UI for your DNS configuration, this will be the A record for either "." or blank.) If a CNAME, it should point to your base name.
e.g. www CNAME example.com
2) Make sure your webserver is configured to handle both example.com and www.example.com. (Usually requires a "virtual host" setup.) Then, make sure you choose one as your default, and forward one to the other.
That is, either forward www.example.com to example.com or example.com to www.example.com.
Since we don't know your hosting details, it's hard to give specific "how to" advice.