Monday 11 November 2013

How to complete transfer WordPress

One application to another WordPress from a hosting provider is an easy thing to do , if performed correctly .
A WordPress site from one host to another is basically composed of three parts - move files , move the database and reconfiguration ( if needed ) .
Your files from one host to another , you can use your favorite FTP client .
The second step is to move the database. First, you need to export your old hosting account database . If it uses cPanel, you can safely follow these instructions. If not, your previous hosting company 's support team for more information on how to export the database . You have to export your data to your new hosting account and create a new database , import your content.
Now that you have your files and database transfer .
All you have to do is to re- configure your WordPress application , a new place to work .


To do this, you can open your WordPress root folder and open wp-config.php file, locate the following lines: 

define('DB_NAME', 'user_wrdp1');
/** MySQL database username */
define('DB_USER', 'user_wrdp1');
/** MySQL database password */
define('DB_PASSWORD', 'password');



You need to replace these values ​​with the actual database, the database user name and password.

Now save the file, it should be your WordPress site up and running a new hosting account!


Important Note: 

Please note that if you change your site's domain name requires additional reconfiguration.

No comments:

Post a Comment