This is not a programming question, but something I was curious for a long time. I am a web developer myself, but do not know the answer to this question. I notice some websites have just http:// in their address, with no www. (eg. http-colon-//delicious) and other websites have www. in their address (eg. http-colon-//www-dot-yahoo-dot-com)
feedback
|
migrated from stackoverflow.com May 17 '10 at 8:03
This question came from our site for professional and enthusiast programmers.
closed as off topic by Gnoupi, Jeff Atwood♦ May 17 '10 at 8:15
Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.
|
The | |||||||||
feedback
|
|
The www is a convention from when the web was small and much less important than it is today. It is entirely optional (although can be useful for a domain to organize its cookies) | |||
|
feedback
|
|
www is the conventional prefix, but it is not mandatory. Particularly if you already have a subdomain, skipping the extra www prefix just leaves a shorter address: foo.acme.com rather than www.foo.acme.com reads better. | |||
|
feedback
|
|
The There are many sites out there that prefer not to use | |||
|
feedback
|
