URL help ( rare question ) Intelligent People needed here .......

They have: 45 posts

Joined: Jun 2009

Hey guys , i have a question that i think is very rare . i build a site and put a coming soon text on the page after 2 month i finish with the website uploaded all the content . Now after 3 months when i tried to test it , when i type the URL like this ( domain.com ) it shows me the latest site but when i type in the URL like this ( www.domain.com ) it shows me the 3 months old page ith the coming soon text ..

Guys please help me out i cant understand whats the problem , and yeah can someone tell me how can i make the website retrieve a fresh page every time it loads .....

Thanks everyone ...

They have: 121 posts

Joined: Dec 2008

From the command line:

$ nslookup example.com

$ nslookup www.example.com

Each should resolve to the same IP address. One may be an alias (CNAME) to the other (and that is OK). If they come up with different answers, one is being hosted by one resource, the other by a different one.

If they are the same, you'll probably find that your hosting provider has two "Virtual Hosts" set up. One for the domain 'example.com' and the other for 'www.example.com', each one set with a different document root.

Cheers,
Shaggy

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.