Base on wa2n.nrar.net
If you wanted to install Drupal on the same machine for the different (sub)domains then it could be done by installing drupal only 1 core while the others will follow.
The first step is to install drupal as usual for the first site (eg a.domain.com). Then to install drupal into two (b.domain.com) can be done by:
If you wanted to install Drupal on the same machine for the different (sub)domains then it could be done by installing drupal only 1 core while the others will follow.
The first step is to install drupal as usual for the first site (eg a.domain.com). Then to install drupal into two (b.domain.com) can be done by:
- create a database for the site b
- create a directory a.domain.com under the directory at sites, in the site a.domain.com
- copying files default.settings.php to the directory b.domain.com and changed the ownership to be writable by apache
- create a directory of files under the directory b.domain.com and changed the mode
- match the apache vhost with same configuration on a.domain.com except the name of the URL only
Yup that's all modules, themes and libraries if desired customizations can be made b.domain.com directory in the directory.
Comments
Post a Comment