Register FAQ / Rules Forum Spy Search Today's Posts Mark Forums Read
Go Back   MacRumors Forums > Special Interests > Visual Media > Web Design and Development

Reply
 
Thread Tools Search this Thread Display Modes
Old Feb 22, 2006, 02:10 AM   #1
EricNau
Demi-God (Moderator)
 
EricNau's Avatar
 
Join Date: Apr 2005
Location: San Francisco, CA
www ?

Just a quick question; why do some sites have "www" in their url, and some do not?

I know "WWW" stands for World Wide Web, but does that mean if a site doesn't have "www" in their url, they aren't part of the World Wide Web?

For Example, why does Apple have www, and Intel does not.

It just doesn't make much sense to me.
EricNau is offline   0 Reply With Quote
Old Feb 22, 2006, 02:32 AM   #2
edesignuk
Demi-God (Moderator emeritus)
 
edesignuk's Avatar
 
Join Date: Mar 2002
Location: London, England
It means absolutely nothing. AFAIK it's just a naming convention that doesn't need to be, and isn't stuck to.
__________________
edesignuk is offline   0 Reply With Quote
Old Feb 22, 2006, 02:33 AM   #3
tag
macrumors 6502a
 
tag's Avatar
 
Join Date: Apr 2005
Location: PA, US
Well if you notice, both www.apple.com and apple.com resolve to the same address, just as both www.intel.com and intel.com do.

A more detailed article called 'Why do some Web sites include www in the URL while others don't?' gives some insight. I'll try to word it my way and quickly...

Basically when you type in the address, lets take www.apple.com, a request is sent to a .com nameserver which sees where apple.com is located, then once that is found, it checks apple.com's nameserver and sees where the prefix www. on apple.com is located, and returns an IP address which you can connect to.

Say you typed in ftp.apple.com in the webrowser, the samething happens, though once you ask apple.com's namerserver where its ftp. prefix location is, it will connect you to a different port, directory, or even a completely different IP address than the www. prefix.

So to really get to your question. Usually the reason websites with no prefix resolve to an actual site is because the administrator of said website sets a rule that when just say apple.com is requested with no prefix, the nameserver should connect to apple.com's server using www. prefix. So in actuality connecting to a .com without using www. is usually just a shortcut to www.whatever.com

So yes, even without the WWW its still part of the web.

PS: Ok thats annoying, no matter what I try, the url samples always become links, even if I manually remove the url quotes and save. Grr.
tag is offline   0 Reply With Quote
Old Feb 22, 2006, 02:50 AM   #4
Dalriada
macrumors 6502
 
Join Date: Aug 2004
Location: Moorlough Shore
Maybe not the right thread but I'm puzzled why for most websites you can type the url in either small or capital letters however an iWeb page via .mac you must specifically type the url in this format http://web.mac.com/xxxxxx/iWeb i.e. type iWeb with a capital W.....
__________________
15" MBP 2.53 GHz 4GB Ram 320GB
"You gave me life and I will give it back but before I do, I’m gonna hold it tight. This is my prayer." The Corrs
Dalriada is offline   0 Reply With Quote
Old Feb 22, 2006, 02:52 AM   #5
EricNau
Thread Starter
Demi-God (Moderator)
 
EricNau's Avatar
 
Join Date: Apr 2005
Location: San Francisco, CA
Thanks guys.

So, (using Intel as an example) why do they choose to be different than most, and accept with or without www? (I realize most will accept either one, but then redirect you, where Intel won't)

For example;
No matter if I type www or not, I will always end up at www.Apple.com, but with Intel, if I type the www, I go to www.intel.com but if I leave it out, I just go to http://intel.com.

I'm just trying to figure this out entirely...

edit: Ignore links, they won't go away!

Last edited by EricNau; Feb 22, 2006 at 03:02 AM.
EricNau is offline   0 Reply With Quote
Old Feb 22, 2006, 02:58 AM   #6
tag
macrumors 6502a
 
tag's Avatar
 
Join Date: Apr 2005
Location: PA, US
Quote:
Originally Posted by Dalriada
Maybe not the right thread but I'm puzzled why for most websites you can type the url in either small or capital letters however an iWeb page via .mac you must specifically type the url in this format http://web.mac.com/xxxxxx/iWeb i.e. type iWeb with a capital W.....
Well on unix based webservers, the reason /iWeb is not equal to /iweb, is because in unix, directories & files are saved based on a case sensitive naming structure, so say you have two directories /iWeb and /iweb , each directory would be its own, they are not the same thing. Just as you could have two files in the same directory called hi.txt, except one would be hi.txt and the other Hi.txt

The reason a website can be in either say GOOGLE.com or goOgLE.com or google.com is because they are not case sensitive. Easy as that, just thought I'd mention it in case it was brought up next.
tag is offline   0 Reply With Quote
Old Feb 22, 2006, 03:06 AM   #7
tag
macrumors 6502a
 
tag's Avatar
 
Join Date: Apr 2005
Location: PA, US
Quote:
Originally Posted by EricNau
Thanks guys.

So, (using Intel as an example) why do they choose to be different than most, and accept with or without www? (I realize most will accept either one, but then redirect you, where Intel won't)

For example;
No matter if I type www or not, I will always end up at www.Apple.com, but with Intel, if I type the www, I go to www.intel.com but if I leave it out, I just go to http://intel.com.

I'm just trying to figure this out entirely...

edit: Ignore links, they won't go away!
Well this happens because of the way the websites administrator set it up is all.

Continuing with your example... Apple's nameserver when asked about apple.com, instead of just directly pointing you to a direct IP address, it is pointing you to the www. prefix on the server which then resolves into an IP which you can then connect to and is displayed for you.

Intel on the other hand, when you type in intel.com, the nameserver is directly resolving the address to an IP, not linking intel.com to www.

This all just depends on how its set up as seen here for more info on DNS
tag is offline   0 Reply With Quote
Old Feb 22, 2006, 03:09 AM   #8
Dalriada
macrumors 6502
 
Join Date: Aug 2004
Location: Moorlough Shore
Thanks Tag for your explanation... you learn something every day
__________________
15" MBP 2.53 GHz 4GB Ram 320GB
"You gave me life and I will give it back but before I do, I’m gonna hold it tight. This is my prayer." The Corrs
Dalriada is offline   0 Reply With Quote
Old Feb 22, 2006, 03:25 AM   #9
EricNau
Thread Starter
Demi-God (Moderator)
 
EricNau's Avatar
 
Join Date: Apr 2005
Location: San Francisco, CA
Thanks
EricNau is offline   0 Reply With Quote
Old Feb 22, 2006, 10:05 AM   #10
zimv20
macrumors 601
 
zimv20's Avatar
 
Join Date: Jul 2002
Location: chicago
Quote:
Originally Posted by EricNau
So, (using Intel as an example) why do they choose to be different than most, and accept with or without www? (I realize most will accept either one, but then redirect you, where Intel won't)
i have a different understanding of all this.

when intel registered their domain name, they registered intel.com, not www.intel.com. afaik, it takes an extra step during DNS setup to also define www.intel.com. further, i don't know if it's even possible to disallow resolves for intel.com.

if i'm right, then no one should ever have trouble accessing a domain without the 'www', and there will be examples here and there of a 'www' prefix not working. indeed, the first time i put up a site (running off my home osx box), i did my own DNS and the 'www' didn't work until i defined it.
__________________
Oct 2011: check out my band's first album @ boxsetauthentic.com
zimv20 is offline   0 Reply With Quote
Old Feb 22, 2006, 10:32 AM   #11
Josh
macrumors 68000
 
Josh's Avatar
 
Join Date: Mar 2004
Location: State College, PA
There are also different replacements for "www" rather than just removing it.

Common ones are "ww2.somesite.com" and "w3.somesite.com".
__________________
"Many go fishing all their lives without knowing that it is not fish they are after." - Thoreau
Josh is offline   0 Reply With Quote

Reply
MacRumors Forums > Special Interests > Visual Media > Web Design and Development

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
thread Thread Starter Forum Replies Last Post
www.starcraft2.com = www.blizzard.com ? WHOS EXCITED ABOUT TOMORROW!? SC2 ANYONE??? jonnos Community Discussion 2 May 17, 2007 11:10 AM
http://www.ipodhacks.com blakespot Hardware Rumors 0 Nov 14, 2001 12:15 AM


All times are GMT -5. The time now is 01:17 PM.

Mac Rumors | Mac | iPhone | iPhone Game Reviews | iPhone Apps

Mobile Version | Fixed | Fluid | Fluid HD
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Privacy / DMCA contact / Affiliate and FTC Disclosure
Copyright 2002-2013, MacRumors.com, LLC