lcp

How to transfer e107 from another host?

In this tutorial we are going to show you how to transfer your e107 website from another host to your account with TMDHosting.

The first thing that you will need to do is copy all your website files to your hosting account with TMDHosting.com. This can be easily done via FTP. You can check our FTP video tutorials at:

https://tmdhosting.com/tutorials/video/ftp.html

Next, you will need to export your website database using a database management tool like phpMyAdmin. You can watch our video tutorial on how to export a database using phpMyAdmin here:

https://www.tmdhosting.com/tutorials/video/phpmyadmin/phpma-export.html

The next step is to create a new database. You can easily do this via your cPanel > MySQL Database Wizard. You can follow this tutorial to create the new database:

https://www.tmdhosting.com/tutorials/video/cpanel/cpanel-x3-createmysql.html

Once you have created the database, import the .sql file that you have exported earlier. You can import the file using phpMyAdmin. You can follow this tutorial to complete the import:

https://www.tmdhosting.com/tutorials/video/phpmyadmin/phpma-import.html

The final step is to update your e107_config.php file. Using a text editor open e107_config.phpfile and edit the following lines:

$mySQLserver = ‘localhost’;
$mySQLuser = ‘ Database Username ‘;
$mySQLpassword = ‘password’;
$mySQLdefaultdb = ‘ Database Name’;

In the above lines, change “Database Username”, “password” and “Database Name” with the database details that you have created earlier. The last thing you will need to do is clear the cache of your application.

That’s it! You have successfully transferred your website.