Last updated September 28, 2012. Created by nonsie on May 30, 2009.
Edited by ar-jan, harcesz, Andrew Agrios, croryx. Log in to edit this page.
You will need to do the following before you install the module:
- Read all of the installation document
- Configure your web server DNS records appropriately
- Install and configure Drupal normally
- Configure your settings.php file appropriately
After having followed the four steps above, simply untar the download, put it in your site's modules directory, and enable the module normally. When you enable the module, it will create a {domain} table in your Drupal database. All existing nodes on your site will be assigned to the default domain for your web site and to all affiliates.
If after you enable the module, you receive an error like "domain access failed to load during the bootstrap phase" chances are that you forgot to add the path to your settings.inc , to your settings.php file. ex: DRUPAL_ROOT . '/sites/all/modules/domain/settings.inc'; (as explained under option 1)