How to move your Joomla site.
There's the long way and the short way to move your Joomla site. This Joomla! tip of the week will focus on the short way. If your web host offers cpanel with file manager you're good to go.
- Log into cpanel on your old host and select file manager.
- Create an archive of the files you want to move. If your site is in a sub-directory, open that directory first then select all. This will save you a step later.
- Download this archived file to your hard drive.
- Go back to cpanel and open phpMyAdmin.
- Select your database from the list and click export.
- Save as file should be ticked.
- Download this file too.
- Go to your new hosts cpanel open MySQL databases and create a new empty database.
- Don't forget to add a user to that database.
- Back to Cpanel and open up phpMyAdmin.
- Select the database from the list.
- Click import and import the sql file you saved from your old host.
- FTP the archive file over to the new host.
- Back to cpanel and open up File manager.
- Extract your archived file.
- Open up your old configuration.php file in Dreamweaver or some html editor.
- Change db name, db user, db password to reflect the new information, and the two absolute path references to the new hosts path.
- Upload changed configuration file to the new server.
- TADA!