Click to See Complete Forum and Search --> : [RESOLVED] http vs www


Captainkewl
07-31-2009, 01:09 PM
Hey everyone. I know that www. is considered a sub-domain, but my question is, when someone types in the address bar http://example.com and someone else types in http://www.example.com I know they will go to the same site, but because the 2nd person included the www. sub-domain, won't that technically be considered a different path to the same site? Also, if I submit http://example.com to the google search engine, do I also have to submit http://www.example.com as well??

Thanks.

javawebdog
07-31-2009, 11:20 PM
See: http://en.wikipedia.org/wiki/World_Wide_Web

textbox
08-02-2009, 09:29 AM
You should setup a permanent redirect (301) from the non www to the www.

Captainkewl
08-02-2009, 09:59 AM
That's what I did. Thanks guys.