Web Hosting Talk







View Full Version : My Domain Couldn't Acces Exclude The "www" in front.


batulang
05-19-2006, 05:15 AM
Hi Everyone,

As I mention in the title, I couldn't access to my domain without "www" in front.

I have to type www.mydomain.com
It couldn't access and load quite a long time if I just type mydomain.com

I think this is something to do with the dns configuration.

Can someone help me?

Thanks

Stan Marsh
05-19-2006, 06:42 AM
Yes, I can.

Please add an A record to your domain's zone file as follows:


mydomain.com. IN A 123.123.123.123

(where 123.123.123.123 is your domain's IP address)

Restart named after that: >$ service named restart

That should be enough.

Good luck.

batulang
05-19-2006, 10:52 AM
Yes, I can.

Please add an A record to your domain's zone file as follows:


mydomain.com. IN A 123.123.123.123

(where 123.123.123.123 is your domain's IP address)

Restart named after that: >$ service named restart

That should be enough.

Good luck.


Thanks, it works..

Stan Marsh
05-19-2006, 10:58 AM
Thanks, it works..

Glad to help.