[Solved] www.domain.com , *.domain.com Not working
[Solved] www.domain.com , *.domain.com Not working
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,
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,
Last edited by D4K on Fri Oct 10, 2014 5:09 am, edited 2 times in total.
Re: www.domain.com , *.domain.com Not working
Could you explain a little more? I don't undertsand what you mean.
Re: www.domain.com , *.domain.com Not working
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
Do you have * (wildcard) record in DNS?
(example)
(example)
Record: *.alpha
Type: A
IP: 192.168.3.57
Re: www.domain.com , *.domain.com Not working
I'm having the DNS record as same as him above ^^^^^
It's a common issue
It's a common issue
Re: www.domain.com , *.domain.com Not working
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
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
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 :)