I have a blog with a custom domain and it just started this morning
giving a 404 error, Server Not Found. I checked the CNAME record and
it is listed correctly. What could be wrong?
mattsblog.mosaicdesigns.com doesn't work but www.mosaicdesigns.com does work (although www does not redirect to blogger). Am I missing
something or is blogger down?
> I have a blog with a custom domain and it just started this morning
> giving a 404 error, Server Not Found. I checked the CNAME record and
> it is listed correctly. What could be wrong?
> mattsblog.mosaicdesigns.com doesn't work butwww.mosaicdesigns.com > does work (although www does not redirect to blogger). Am I missing
> something or is blogger down?
Nothing is down, your DNS simply needs work. This is what I see:
mosaicdesigns.com. 3600 IN A 72.167.131.198
www.mosaicdesigns.com. 3600 IN CNAME mosaicdesigns.com.
This is what you need:
mosaicdesigns.com. 3600 IN A 64.233.179.121
mosaicdesigns.com. 3600 IN A 72.14.207.121
www.mosaicdesigns.com. 3600 IN CNAME ghs.google.com.
Thank you. Also, after telling blogger to switch back to blogspot
comain and then switching back again to my custom domain, it worked
fine. I think your comments, however, will prevent this issue from
recurring in the future. Thank you.
> > I have a blog with a custom domain and it just started this morning
> > giving a404error, Server Not Found. I checked the CNAME record and
> > it is listed correctly. What could be wrong?
> > mattsblog.mosaicdesigns.com doesn't work butwww.mosaicdesigns.com > > does work (although www does not redirect to blogger). Am I missing
> > something or is blogger down?
> Nothing is down, your DNS simply needs work. This is what I see:
> mosaicdesigns.com. 3600 IN A 72.167.131.198www.mosaicdesigns.com. 3600 IN CNAME mosaicdesigns.com.
> This is what you need:
> mosaicdesigns.com. 3600 IN A 64.233.179.121
> mosaicdesigns.com. 3600 IN A 72.14.207.121www.mosaicdesigns.com. 3600 IN CNAME ghs.google.com.
> Thank you. Also, after telling blogger to switch back to blogspot
> comain and then switching back again to my custom domain, it worked
> fine. I think your comments, however, will prevent this issue from
> recurring in the future. Thank you.