In a domain name, mostly started with prefix 'www'.is it used like a standard? ifnot, let me know, why?
Asked
Active
Viewed 662 times
-2
-
www. is deprecated - http://no-www.org/ – dalle Aug 03 '10 at 07:03
-
@dalle — No it isn't. https://www.yes-www.org/ – Quentin Dec 06 '21 at 11:13
2 Answers
2
www
stands for world wide web
. Many web addresses begin with www, because of the long-standing practice of naming Internet hosts (servers) according to the services they provide.

anishMarokey
- 11,279
- 2
- 34
- 47
1
A FQDN starting with "www." is used, by convention, for the machine hosting the primary website for a domain.
These days, where websites are more important then they were in the early days of the Internet, it is conventional to also run a webserver on the main machine for the domain (i.e. example.com rather than www.example.com) (these are usually the same machine) and redirect from one to the other.

Quentin
- 914,110
- 126
- 1,211
- 1,335