diff --git a/core/INSTALL.txt b/core/INSTALL.txt index f72d066..e9430d4 100644 --- a/core/INSTALL.txt +++ b/core/INSTALL.txt @@ -328,7 +328,7 @@ MULTISITE CONFIGURATION A single Drupal installation can host several Drupal-powered sites, each with its own individual configuration. -For this to work you need the file sites/sites.php to exists. Make a copy of +For this to work you need the file sites/sites.php to exist. Make a copy of the example.sites.php file: $ cp sites/example.sites.php sites/sites.php diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 616f260..1b166e2 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -10,11 +10,10 @@ * your modifications. Failure to remove write permissions to this file is a * security risk. * - * The configuration file to be loaded is based upon the rules below. However - * if the multisite aliasing file named sites/sites.php is present, it will be - * loaded, and the aliases in the array $sites will override the default - * directory rules below. See sites/example.sites.php for more information about - * aliases. + * In order to use the selection rules below the multisite aliasing file named + * sites/sites.php must be present. It's optional settings will be loaded, and + * the aliases in the array $sites will override the default directory rules + * below. See sites/example.sites.php for more information about aliases. * * The configuration directory will be discovered by stripping the website's * hostname from left to right and pathname from right to left. The first