Moving Site
Submitted by teresa on Sun, 12/23/2007 - 5:11pm
I have found it necessary at times to move a site from a host or server to another. To ensure that a site is moved completely without disruption, I have found the following steps to be helpful where there is a single instance of Drupal:
- Export the supporting database(s) for the site
- Install a fresh instance of Drupal on host location B
- Zip/Tar or FTP files from host location A to host location B noting the following files are server location specific and are customized during install procedure so these need to preserved intact from the fresh install:
- .htaccess
- settings.php (sites/all)
- Import database from location A into location B.
Tags:

