I did this because im changing our business name starting january and i just wanted to have my old site transferred to the new domain and just change a few things on the site.
i cant log in properly in the new site:
I noticed this. when i change something in the old site, it changes the new site too.
What is the best way to proceed?
i just want to accomplish these things:
1. Copy my old site to the new domain (Finished)
2. Point my old site so that when people clicks on any google or yahoo links it connects directly to the same page in the new site
3. Delete the old site permanently.
Re: back up on new subdomain with old site still active
Posted 13 years 11 months ago
The problem i am having i think is because they have the same database. i didnt know what to do so when i installed the back up on the new site, i used the old database.
So now i have 2 sites both active same everything with the same database.
Thanks for helping. anyone with more ideas on the best way to do this?
Re: back up on new subdomain with old site still active
Posted 13 years 11 months ago
var $live_site = 'http://www.your_site.com/';
var $host = localhost';
var $user = 'your_username';
var $db = 'database_name';
var $password = 'YourPassword';
var $dbprefix = 'jos_';
Re: back up on new subdomain with old site still active
Posted 13 years 11 months ago
Mark,
I managed to export the database using php myadmin. Question how do i import it in a way that it will be detected as a different database from the original one?
Re: back up on new subdomain with old site still active
Posted 13 years 11 months ago
Hi mark thanks for all the help. i managed to do the database thing. asked customer support of my webhost. ill just follow your instructions on updating config.php.