Mobile app version of vmapp.org
Login or Join
Annie201

: Change the static IP address to domain name I have a static IP and hosted my site in this.Working fine. But I want to change the URL name (static IP) to a domain name. I have one domain

@Annie201

Posted in: #Domains #IpAddress #WebHosting

I have a static IP and hosted my site in this.Working fine. But I want to change the URL name (static IP) to a domain name. I have one domain name already registered.

I have xx.xx.xx.xx/ but I want to use something like www.mydomain.com
How can I achieve this?

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @Annie201

4 Comments

Sorted by latest first Latest Oldest Best

 

@Smith883

Please just kindly point your domain to your name server and the DNS will resolve in the next 12-24 hours. Then, you'll be able to browse your domain.

10% popularity Vote Up Vote Down


 

@Pierce454

You have to do two things:


Create A-record with name 'www' in your DNS zone, which points to your IP
Review your website/webserver settings and add mydomain.com as host name for your site (as soon as single web server can host multiple sites - it must know which name[s] are bound to each site)


And you have to wait some time as DNS data refresh over internet - from 1 hour to 24 or even more - depending on TTL parameter in DNS. For newly added record is must be fast (as soon as there was no this record before and nothing is cached).

Also you may add A-record without name (with the same IP) to DNS and add 'mydomain.com' (without www) name to your site - it will be accessible by www.mydomain.com and mydomain.com addresses.

10% popularity Vote Up Vote Down


 

@Kevin317

You need to update the nameservers of your domain name as well in order to point to the IP address.

A record also can be updated to point to the IPv4 address assigned to you.

The format for A record is:

example.com IN A xx.xx.xx.xx

10% popularity Vote Up Vote Down


 

@Merenda212

Just go to your domain panel and find Record A. In your Record A just insert your IP address. that's it. it will take approx 24 hours to active your domain.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme