Dennis Forbes on Pragmatic Software Development
Subscribe to RSS
 
Sunday, December 04 2005

It always surprizes me that large domains don't configure common mistypes of their subdomains in their DNS. For instance

w.microsoft.com
ww.microsoft.com
wwww.microsoft.com

For that website it only works as http://www.microsoft.com, or http://microsoft.com. It seems logical that they should add the common derivatives in, point them to a multi-host-header site that does nothing but redirect to http://www.microsoft.com, and voila - A lot of sloppy-typing users save a bit of time and avoid a bit of frustration.

Microsoft actually makes use of a lot of their subdomains (e.g. research.microsoft.com, msdn.microsoft.com), however for smaller sites it could simply be a wildcard entry. Even if there are lots of subdomains, the redirect logic could do some analysis of the typed in entry and figure out the likely destination. e.g. madn.microsoft.com probably wanted msdn.microsoft.com, and resrch.microsoft.com probably wanted research.microsoft.com.

Of course yafla.com isn't configured like that - I don't control the DNS in this case so I didn't have the option.

Reader Comments

I'd recommend that you take control of your DNS so you can use wildcard subdomains. I use:

http://www.nettica.com/Domain/Dns.aspx

its very nice and its very cheap ($10 per year). I looked into a number of DNS providers and it was the best I found. Updates are instant and the UI works well.

Hosting DNS outside of your webhost is just a insurance policy. If you webhost suddenly goes down for some reason you can quickly redirect your site somewhere else, even if it is just an out of service page.
Doug Martin @ 12/4/2005 8:22:48 AM
You think THAT is bad, the number of domains that haven't even setup http://domain.com (no www.*) is just silly...

In my opinion all sites should have a wildcard that leads to *SOMETHING* even if it's just a search box.

As per the above comment, I too have a separate DNS server to my hosting company... if my host goes down or disconnects me I can switch it 'instantly' to my own home server.
Manip @ 12/5/2005 8:53:58 AM
Ah excellent points. I haven't investigated DNS hosting for some time (probably about 3 years), but at that time it didn't fit my needs. I'm definitely going to look into it.
Dennis Forbes @ 12/5/2005 9:57:21 AM
OT.
The second entry on the Notables section on the right has a weird typo!
Fred Smitten @ 12/6/2005 4:15:09 AM
Doh! Wow that's been there for some time - it's a great example of why peer code review is such a good thing: My mind was subconsciously correcting it everytime I looked at it. Thanks for the catch.
Dennis Forbes @ 12/6/2005 7:41:22 AM

Add Comment

Name *:

Email Address:

(your email address is not displayed)
Website:

Comment *:


Dennis Forbes - Dennis Forbes is a Toronto-based software architect and technology writer