Rad1W
11-19-2002, 11:29 AM
I had a problem with my domain. When I typed http://www.myname.com, it DOES NOT work, but when I typed http://myname.com, it WORKED. Can someone pease explain to me what's wrong?? I want it to work with BOTH. (http://www.myname.com and http://myname.com)
Thanks,
Conrad G.
davidb
11-19-2002, 12:09 PM
its how its setup in apache, you need to create an alias in the vhost section for it with www.
Or it could be the dns
SPaReK
11-19-2002, 01:13 PM
Can you do a DNS lookup on both
myname.com
www.myname.com
If the www fails, you may not have an A record for the www in your DNS file. You will need to add it so that it points to myname.com's IP.