Community Documentation

Installation

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)

Page status

No known problems

Log in to edit this page

About this page

Drupal version
Drupal 6.x, Drupal 7.x
Audience
Programmers, Site administrators

Site Building Guide

Drupal’s online documentation is © 2000-2013 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License. Comments on documentation pages are used to improve content and then deleted.