跳转到主要内容
shirlin_cn 提交于 14 September 2012

Install multisite, 照着这个文档做碰到的问题, 不知是否因为我用的是easyPHP 12.1

 

http://drupal.org/node/288126

 

1)      执行到 2.2,  我的 settings.php 显示的是这个(与原文不一样),该怎么改?

* array(

 *   'driver' => 'mysql',

 *   'database' => 'databasename',

 *   'username' => 'username',

 *   'password' => 'password',

 *   'host' => 'localhost',

 *   'port' => 3306,

 *   'prefix' => 'myprefix_',

 *   'collation' => 'utf8_general_ci',

 * );

2)执行到 4.2, 我的conf/extra/httpd-vhosts.conf显示的是这个(与原文不一样),该怎么改?

 

<VirtualHost *:80>

    ServerAdmin webmaster@dummy-host.example.com

    DocumentRoot "c:/Apache24/docs/dummy-host.example.com"

    ServerName dummy-host.example.com

    ServerAlias www.dummy-host.example.com

    ErrorLog "logs/dummy-host.example.com-error.log"

    CustomLog "logs/dummy-host.example.com-access.log" common

</VirtualHost>

 

想厘清下,Multisite (安装在drupal/sites/下的),是不是domain一定要和main site 相关?