I own a domain and want to change its name

sswingle

Diamond Member
Mar 2, 2000
7,183
45
91
Just register the new domain, set its nameservers to what your hosting company uses, log into your hosting account and update it with the new domain name.
 

OdiN

Banned
Mar 1, 2000
16,430
3
0
Yes, register a new one.

www.godaddy.com

Do not register through 1and1.

Actually I'd recommend going with a different host. I had them for a while and they were good but recently I had lots of downtime which was unanswered for, support is horridly slow.
 

jjones

Lifer
Oct 9, 2001
15,424
2
0
Just run this function in a script on your server:

domain_replace('mydomain', 'mynewdomain', 'mydomain.com');

Where mydomain is your current domain name and mynewdomain is the new domain name you want.

:p