toma1708
10-02-2001, 12:02 PM
Problem:
I have configured a subdomain and it is visible only when I type http://subdomain.domain.com.
When typing http://www.subdomain.domain.com I cannot see the page.
Question:
Is this a Cpanel bug or a server configuration problem ?
Thank you
MikeM
10-02-2001, 12:05 PM
Its a zone record issue, you need to add www.domain.com to point domain .com
toma1708
10-03-2001, 02:22 AM
How should I do this in WHM ?
Thanks again.
Tim Greer
10-06-2001, 04:00 AM
Originally posted by toma1708
How should I do this in WHM ?
Thanks again.
Edit the zone file for that domain (which I think you can do in WHM -- otherwise, use an editor and do it by hand -- it's very easy) and just add another CNAME (or A, if that's what you're using) for the www part. For that matter, you can always use a wildcard as well. Be sure the serial number is incremented too though, but I think WHM might actually do that (shock) for you when you edit a zone file. WHM, I believe, restarts the named service, but if it doesn't, you can just do a reload manually (I assume you know how to do that?) Good luck.
MikeM
10-06-2001, 03:16 PM
Hey thanx Tim
I knew what was wrong, just not how to fix it........(sorta)