Redirect domain name without WWW

labomatik

New member
Joined
Nov 13, 2015
Messages
1
Hello,

I'm currently facing some problem redirecting my domain without www
i've currently a DNS (where i bought my domain name) forwarding all to my directadmin system
i don't know where is the problem if it's my name provider or directadmin.

for info:
zone created at my domain provider
Code:
* 3600 IN A 188.165.232.50
blog 10800 IN A 188.165.232.50
forum 10800 IN A 188.165.232.50
ftp 10800 IN A 188.165.232.50
help 10800 IN A 188.165.232.50
mail 10800 IN A 188.165.232.50
plugmedia 660 IN A 188.165.232.50
poll 10800 IN A 188.165.232.50
pop 10800 IN A 188.165.232.50
qnapclub.fr 10800 IN A 188.165.232.50
qstore 10800 IN A 188.165.232.50
smtp 10800 IN A 188.165.232.50
www 10800 IN A 188.165.232.50
www.blog 10800 IN A 188.165.232.50
www.forum 10800 IN A 188.165.232.50
www.help 10800 IN A 188.165.232.50
www.plugmedia 10800 IN A 188.165.232.50
@ 10800 IN MX 20 ALT1.ASPMX.L.GOOGLE.COM.
@ 10800 IN MX 20 ALT2.ASPMX.L.GOOGLE.COM.
@ 10800 IN MX 10 ASPMX.L.GOOGLE.COM.
@ 10800 IN MX 30 ASPMX2.GOOGLEMAIL.COM.
@ 10800 IN MX 30 ASPMX3.GOOGLEMAIL.COM.
@ 10800 IN TXT "v=spf1 a mx ip4:188.165.232.50 include:_spf.google.com ~all"

thx for your help
christophe
 
It's this one:
Code:
* 3600 IN A 188.165.232.50
The * means everything of domain.com is redirected to the ip mentioned, except things mentioned in other lines (like ftp and pop etc. etc.).
All the lines point to the same ip so normally that looks good if the registrar's system always uses a * for domain.com. setting.

Only one of the nameservers is not responding (according to intodns) but that should not be a real issue. So probably you got some setting wrong in Directadmin.

Or maybe you just had to wait until DNS was synched? Because I can reach the domains both on the domain name with and without the www in front of it so it looks as if everything is working well. What is the problem you are having?
 
Back
Top