How can I move my Joomla site to a new server?

You need to do the following steps:

Step 1: Download all files from your server to your computer. Be sure to keep the folder structure.

Step 2: Create a database backup using a tool like phpMyAdmin and save it to your computer.

Step 3: Upload all files from your computer to you new server. Remember to set the appropriate permissions.

Step 4: Create a database on your new server and upload your backup using phpMyAdmin.

Step 5: Change all relevant lines in configuration.php. These lines may include: $mosConfig_host, $mosConfig_user, $mosConfig_password, $mosConfig_db, $mosConfig_absolute_path, $mosConfig_live_site and $mosConfig_cache_path.

Get free professional Joomla installation with new hosting account

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

How do I create a menu item that isn't a link?

While your usability experts will tell you that having a menu item that isn't a link is a bad...

How do I reset the administrator password?

Normally you would use the user manager to add or change users. Sometimes though you may have...