vote up 2 vote down star

I have a server and I want to give it a domain name. Say my company's domain is www.foo.com. Is it legit to have my webserver have a domain of www.bar.foo.com?

I am not clear on why some sites have "www" and some do not. Is "www" just like any other three letter phrase, but most people use it as a defacto standard for webservers?

flag

closed as belongs on serverfault.com by skaffman, John Saunders, Stefano Borini, huseyint, ceejayoz Jul 27 at 17:39

4 Answers

vote up 2 vote down check

WWW is simply a subdomain. It was originally used to mean 'world wide web', but that practice has mostly vanished, so it is up to your sole discretion whether you want to use it.

If you want to have a subdomain called www.bar.foo.com, you would simply set up a subdomain that mapped *.bar.foo.com to bar.foo.com.

link|flag
vote up 0 vote down

www is just a convention, you can have anything you want (or nothing) appearing prior to your second-level domain name.

The only potential practical consideration is that some browsers have a feature where you can type in "foo" to the address bar and hit some special key combination that automatically prepends www. and appends .com, but that's a pretty minor issue.

link|flag
vote up 0 vote down

1) www is only subdomain, standard is "http://" so when u buy domain example.com u could add www.example.com subdomain for free :)

2) u could have www.bar.foo.com of course, if only owner of foo.com add that subdomain and direct it to ur server :)

link|flag
vote up 1 vote down

See no-www.org for a great deal of explanations why www should not be used.

link|flag
Urgh... I can't find any good reason on there. If possible, both should work, with the non-www permalinking to the www-including flavor. – Thorarin Jul 27 at 17:46

Not the answer you're looking for? Browse other questions tagged or ask your own question.