Moving a wordpress blog from a domain to another one

yuuzokun

BANNED
Joined
Sep 3, 2010
Messages
1,234
Reaction score
666
hello, I don't think if this is the right place to post
I wanted to move my blog from a domain to another one but the host is the same
meaning I have the site in XXXX.com and I want to move it to YYYYY.com , but the site remain hosted in the same host
thanks
 
Google it - Wordpress have a tutorial for doing just that. I don't think it's straight forward, but its doable.
 
If you would like to change the domain name only, and keep the Wordpress on the same server, you will need to change your DNS's A-Record for that domain name. You can change this with your registrars admin panel most likely. You will then need to change your apache (or other webserver) to give the Wordpress directory on your server when the new domain is requested. This is typically etc apache2 sites-available domainname . Try to copy your old domain file and just change the values needed. ...
 
There are tutorial on youtube.

Go to general setting of your wordpress, change the url there. Be sure that the new domain is already propagated.
 
just take a backup of your files upload it to the new domain via ftp then create a new database and update database username and password in your config.php file
 
- backup your files from FTP
- backup your Mysql database
- upload everything to the new server
- change your config.php file to a new database
- you need to change 2 rows in table 'options':

siteurl

home

to your new domain. That's it. you site is up. Don't forget to change permissions on your files (usually 740) but it should work either way.
 
back up files and database ,upload it on to the new server with ftp and for more help you can watch videos on youtube.
 
I have added the DNS to the new domain, also I created an addon domain in my host and transfered all the files in it and changed the config file informations
but I enter to my site and I find 404 error
 
If you are wanting to keep the same Page Rank of your site (if that's important for you), make sure to go into Google Webmaster Tools and let G know your changing the domain. This way you can carry everything over with you. Otherwise, you start from scratch with the same content.

It's a very easy process, but also don't forget to forward your old domain to the new one.
 
It's pretty straightforward if you know your way around WordPress and cPanel, or whatever the control panel you use:

http://codex.wordpress.org/Changing_The_Site_URL
 
Back
Top