Why is it that some urls require "www." to be in front and others are more forgiving?

I notice on some websites that if I type in "domainname.com" it loads fine, but on others, it gives me an error unless I type "www.domainname.com". Why is that?

WWW indicates that the server is using the HTTP protocol. When typing in a website name, the default assumption your browser makes is (a) It’s http and (b) it’s on port 80. So www has had no real use for a long time now. It’s just redundant, as the entire website is on www.

However, having the www subdomain exists for historical reasons, so many servers are not configured to just have http://example.com as opposed to http://www.example.com .

Why do some websites require www? Because they weren’t configured to simply rely on domainname.com.

6 Responses to “Why is it that some urls require "www." to be in front and others are more forgiving?”

  1. Like smoked salmon and cheese Says:

    donno, googlre is more forgiving
    References :

  2. vg55 v Says:

    It depends on how the company’s DNS administrator decides to do it. www is suppose to stand for world wide web and your website goes here, but overtime, people have gotten lazy and just want to put in domain.com
    References :

  3. Jonathan P Says:

    I’ve seen some web sites use the same name so you probably have to use the search bar for general information perhaps?
    References :

  4. Pfo Says:

    By default, most web servers host at the subdomain www as the root. This is not always the case, sometimes you can have mail.mywebsite.com and http://www.mywebsite.com. In those scenarios, the admin can configure www to be the default implied subdomain, or choose not to have an implied subdomain. If no subdomain is implied, then you have to specify the full address.
    References :

  5. fjpoblam Says:

    The domain administrator can do everyone the kindness of setting up an "alias" for "domainname.com" in the domain name server. If the administrator does so, then everyone will be able to get to http://www.domainname.com via the "alias" domainname.com
    References :

  6. csanon Says:

    WWW indicates that the server is using the HTTP protocol. When typing in a website name, the default assumption your browser makes is (a) It’s http and (b) it’s on port 80. So www has had no real use for a long time now. It’s just redundant, as the entire website is on http://www.

    However, having the www subdomain exists for historical reasons, so many servers are not configured to just have http://example.com as opposed to http://www.example.com .

    Why do some websites require www? Because they weren’t configured to simply rely on domainname.com.
    References :

Leave a Reply