| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| DesignersTalk > quick general knowledge question for you geeks |
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
cheap student labour
Join Date: May 2007
Location: Aberdeen, Scotland
Posts: 1,255
|
quick general knowledge question for you geeks
How come sometimes a web address works without the www. but other sites won't work unless you put www. in to the address bar as well. It's not life or death it's just always bugged me. If your colours are starting to run, let them all run, run away from you. Flux - Bloc Party
Design Never Dies |
|
|
|
|
|
#3 (permalink) |
|
Everything is fine.
|
It's all down the the DNS records for the domain in question (CNAME). Some places omit the www record but most I've come across use it as it's the defacto. I have to admit, I'm so used to typing addresses with it (unless it's a sub-domain) that I get annoyed when sites don't work with it. - Mike Mike Mackay: Web Developer - LinkedIn
|
|
|
|
#4 (permalink) |
|
Web Developer
Join Date: Oct 2006
Posts: 1,984
|
google.com is a domain name, this points to a nameserver. www. google.com is an A record, commonly known as a sub domain, which points to an IP address, usually of a web server. google.com can also be an A record, which points to an IP address, usually of a web server. Traditionally websites have been accessed by using www. domainname.com, and generally advertised that way. Typing www. or not does not guarantee you access to the website you are attempting to, though most properly configured dns records will allow either to be acceptable. If the A record for domain or the subdomain (www) is not present, then you will be greeted with an error message. It is recommended to accept requests from both, but forward one to the other. For example I ensure all my websites work with or without the www, and if they type it without the www, they are forwarded to the www. This reinforces the fact that it is a website, as domains can be used for many purposes. |
|
![]() |