By gjp on
I have a drupal site that I want to move to another server. What is the best way to go about this?
It is not a live site, it is a dev site.
Thanks
I have a drupal site that I want to move to another server. What is the best way to go about this?
It is not a live site, it is a dev site.
Thanks
Comments
How to move Drupal site
Hi Jane
you just need to upload all your files at another server. Then Migrate your Database at another server. Change Settings.php for database connectivity. And all done.
If you face some problems still, post here with your error or whatever it is.
Cheers
Devender
Hey Jane, you have to make
Hey Jane,
you have to make two things
1.Dump your database and put the the database on your new server
2.tar your drupal file and move to the new server
then you have change the settings.php in the drupal file for the database connectivity on the new server
tc