this is my first post at webmasterworld.com
Anyway i want to ask you one question: Actually i bought a domain http://example.com , but whenever i type http://www.example.com in the address bar, it goes back to http://example.com.
I mean the URL doesn't retains "WWW" in it.
So could you guys tell me that what actually the problem is?
[edited by: Webwork at 6:29 pm (utc) on Jan. 2, 2009]
[edit reason] Per TOS & Charter please avoid specific reference to your domain(s) [/edit]
It's not a problem. It's (likely) the result of a web server setting that tells visitors to your website that the actual/correct/canonical version of the website resides at http://example.com.
Basically, there shouldn't be "2 copies" of your website: www.Example and Example.com. So the server "resolves" the www version to the non-www version.
If anyone cares to add any further specifics or directions . . well, fire away. :)
FYI, "resolves" and "redirects" or "service side redirect" are terms you should read a bit about. Also "301 redirect", "permanent redirect", and "302 redirect". Chances are they will come into play in the course of operating your website at some point.
To me it sounds as though your DNS contains both versions of the domain but your host header only has the non-www. domain.
1. make sure your DNS records have both (www. and non www. versions) of your domain and that they both point to IP addresses on your server
2. check the IIS host header file.. that's 99% gonna be your problem.
3. make sure your not doing some redirection from www. to non www.
I can elaborate further if your in a windows server (IIS) environment... if in Linux - im not your guy.
Almost invariably if you are in a windows environment you need both a www.example.com and an example.com website set up, ensuring that one 301 redirects to the other.