Page 1 of 1

[Solved] www.domain.com , *.domain.com Not working

Posted: Fri Oct 03, 2014 11:06 am
by D4K
Hello

I'm having a problem accessing http://www.domain.com and *.domain.com but in domain.com it works
I'm not sure how i can fix that

Solution:viewtopic.php?f=11&t=5954&p=16531#p16652

Regards,

Re: www.domain.com , *.domain.com Not working

Posted: Sat Oct 04, 2014 7:54 pm
by turkey3
Could you explain a little more? I don't undertsand what you mean.

Re: www.domain.com , *.domain.com Not working

Posted: Sun Oct 05, 2014 9:33 am
by D4K
what i mean is adding www before the domain name (www.domain.com) will result as not found , but if i have entered just the domain name (domain.com) it works

Re: www.domain.com , *.domain.com Not working

Posted: Sun Oct 05, 2014 9:45 pm
by Artu
same

Re: www.domain.com , *.domain.com Not working

Posted: Mon Oct 06, 2014 8:29 am
by alcatel
Do you have * (wildcard) record in DNS?

(example)
Record: *.alpha
Type: A
IP: 192.168.3.57

Re: www.domain.com , *.domain.com Not working

Posted: Mon Oct 06, 2014 12:51 pm
by Artu
I have DNS record in Digital Ocean:

http://prntscr.com/4tkakp

Re: www.domain.com , *.domain.com Not working

Posted: Mon Oct 06, 2014 11:24 pm
by D4K
I'm having the DNS record as same as him above ^^^^^

It's a common issue

Re: www.domain.com , *.domain.com Not working

Posted: Thu Oct 09, 2014 8:06 pm
by jorgegc21
you need to add a CNAME record

the name should be -- www
and the hostname -- domain.com.

remember to put the dot at the end of domain.com.

this should make it work, remember to wait a bit for DNS to propagate

Re: www.domain.com , *.domain.com Not working

Posted: Fri Oct 10, 2014 9:54 am
by D4K
jorgegc21 wrote:you need to add a CNAME record

the name should be -- www
and the hostname -- domain.com.

remember to put the dot at the end of domain.com.

this should make it work, remember to wait a bit for DNS to propagate

[*] Solved [/color][/b]
Thanks , It turns out simpler than I thought, I forgot to add CNAME :)