0

drupal multisite setup dump folder configuration:

We migrated a drupal folder from some server to new server. And that dump was put in a fresh drupal 6 folder with old db structure and the folder structure is as :

  • drupal/sites/www.site1.com
  • drupal/sites/www.site2.com
  • drupal/sites/www.site3.com
  • and drupal folder is in data directory.

Now I am working on www.site1.com and it has to run with a domain name called dev.example.com. For that it is configured in etc/apache2/sites-available with Document root with data/drupal.

When I opened dev.example.com it is showing install.php page. How can I directly access settings.php/modules/themes from www.site1.php?

4

1 回答 1

0

将“www.site1.com”文件夹重命名为“dev.example.com”。

之后转到:/sites/dev.example.com/settings.php 并确保提到的数据库详细信息是正确的。

之后,您可以运行 dev.example.com/update.php 并清除 drupal 缓存。

希望这能解决问题。

于 2013-04-20T19:36:05.033 回答