We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.
Networking

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

What is the Difference Between a Website with a WWW and Without?

By R. Kayne
Updated: May 17, 2024

The quick answer to this question is that there is no difference between the two addresses for most modern domains. For example, typing www.wisegeek.com or wisegeek.com into the Uniform Resource Locator (URL) of your Web browser will bring you to this site with equal ease. However, leaving “www” off of some websites can result in the browser being unable to find the site. This problem is correctable by the domain holder. A cursory understanding of how the World Wide Web (WWW) works will be helpful in understanding the problem.

The Internet is a massive network of computers that communicate by using agreed upon protocols. For example, every computer on the Internet is assigned a unique numerical address so that information can be sent and received without being lost. These unique addresses are called Internet Protocol addresses, or IPs for short. In the case of a website the numeric IP maps to a name, as names are easier for surfers to remember than numbers.

The Domain Name System (DNS) database contains a record for each website, which stores the website's name and IP address. When clicking on a link or entering an address in a Web browser, it sends a request to the DNS database to resolve the name to the corresponding IP address. If the “www” prefix is left off and the browser stalls, it is likely that the DNS record does not contain the short version of the domain name: the version without the “www.”

Once the name is found in the DNS database it is resolved to the corresponding IP. This allows the browser to create a connection with the server that hosts the site. It requests the page and supplies your IP address, akin to sending a self-addressed stamped envelope. The host server sends the webpage to your computer and the transaction is complete.

In the past many host servers created websites as subdomains under www., following then-current naming conventions. "WWW" identified the server as a Web server, versus a server dedicated to other tasks. As the Internet became more widely traveled by the general public, however, the ubiquitous “www” was often overlooked when entering website addresses into browsers. This resulted in lost website traffic and frustrated surfers, as many DNS records only contained www.example.com, and not example.com for the domain name.

Over time hosts began dropping the “www” designation for Web servers, and domains were created as example.com. To catch traffic that might arbitrarily include “www” in the browser request, DNS records instead included an extra entry to cover this occurrence. CNAME is the DNS tag that maps an alias to the main name in the DNS record: in this case the "www." version of the name. With this solution surfers could include or exclude www. and reach the site either way.

DNS records can be modified to include a mapped alias. If you require this service for your domain(s), contact your domain registrar.

WiseGeek is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.
Discussion Comments
By anon103517 — On Aug 12, 2010

use a .htacces file

something like:

# force proper www. prefix on all requests

RewriteCond %{HTTP_HOST} ^yourdomain\.com$

RedirectRule ^/(.*)$ http://www. yourdomain. com/$1 [I,R=301]

By anon48952 — On Oct 16, 2009

I´m hosting my own domain. When we type www.mydomain.com we get the page. But without www we get the webmail page on the DNS server. How i solve this problem is by pointing www.mydomain.com and mydomain.com for the same webserver? Regards

By fear — On Apr 02, 2008

what are the features of world wide web?

Share
https://www.wisegeek.net/what-is-the-difference-between-a-website-with-a-www-and-without.htm
WiseGeek, in your inbox

Our latest articles, guides, and more, delivered daily.

WiseGeek, in your inbox

Our latest articles, guides, and more, delivered daily.