how to point to www.domain.com when someone enters domain.com in browser

Both should work if apache is setup properly. Perhaps if you could provide more information to your problem we might be able to help you better.

Providing a real, live example of a domain which is causing you problems might also help us give you suggestions on resolving the issue. For example it could be a dns issue.
 
Same here.
Hmm.
Check the httpd.conf file for that domain and see if all the alias s are correct.

Is this the only domain that has this problem or do all of the domains on this server have the same problem?
 
Your nameserver does not have a record for the bare domain.

You should have a record like:

meetthemahoneys.com. A 66.160.191.75

in your DNS config.

Firefox is working because it will just append the www if it can't resolve the domain and use that URL instead.
Code:
$ nslookup
>  server ns1.meetthemahoneys.com
Default server: ns1.meetthemahoneys.com
Address: 64.71.151.35#53
> meetthemahoneys.com
Server:         ns1.meetthemahoneys.com
Address:        64.71.151.35#53

*** Can't find meetthemahoneys.com: No answer
 
thanks guys
I added the record. I guess it will take 1-2 days to resolve?
thanks again
ian
 
Back
Top