1 phatchopolis May 23, 2014 21:29
3 mgsolipa May 24, 2014 05:59
@phatchopolis the process is exactly as described above.
but want a back up of the current site for browsing
I assume that you want two sites, lets say, one for production (the new domain) and another as an archive (your current domain). Basically, as @jibberjab said, you need to make a backup of all the files and the database, and upload them to the new domain. Tip: some hosting companies offer this kind of services to their customer, all you need to do is tell the support staff what you need, maybe something like this: "I need to make an exact copy of the files from 'domainA.com' to 'domainB.com', also from the database A to database B". So all you need to do is to change the $baseurl at the /blogroot/conf/_basic_config.php in the new site.
Just as a note, if you change the domain, all the indexed links to your current blog will be lost. For example: if one of your posts appears in google's results, that link will be broken. You should consider to make 301 redirections to manage those kind of situations.
Regards!
I think all you need to do is back up the actual files, and the database (unless the new location is on the same machine).. Then just edit /blogroot/conf/_basic_config.php and look for the following sections:
Edit this section if you're moving the entire thing to a different host, so the db name and username will likely be different:
Then scroll farther down and update this section to reflect the location/address of your blog:
jj.