修改多站点Drupal的域名

如果你没有使用Drupal的多站点系统(使用sites/example.com代替sites/default)那就没有任何问题了。如果你使用Drupal的多站点系统,在运营过程中,想把站点域名从example.org 改为sites/example.org .你只需要进行这五步

1、修改文件夹名字,从sites/example.com修改为sites/example.org

2、在数据库中运行UPDATE files SET filepath = REPLACE(filepath,'example.org','example.com') 修改路径

3、在drupal后台(Site Configuration > File system.)修改文件系统的路径

4、修改自定义的路径名称如logo或者favicon5、在drupal的性能(Configuration > Performance)中清空缓存