By jasonbunnell on
I have done work at one domain but once the work is done I want to change the domain to the working site. Does this mess anything up with Drupal? Is there anything I need to do before I make the change (other than backup)?
Comments
sure you can change the
sure you can change the domain! You can either manually do it or use this module:http://drupal.org/project/backup_migrate
I would make sure your links are safe before you migrate. For example make sure they are /node/5 rather than www.example.com/node/5
Good luck!