drupal/sites
Dave Long e72d43c884
Issue #3032746 by mfb, O'Briat, Anybody: Improve documentation for reverse proxy addresses setting
(cherry picked from commit e9e78219c4)
2022-11-30 17:35:41 +00:00
..
default Issue #3032746 by mfb, O'Briat, Anybody: Improve documentation for reverse proxy addresses setting 2022-11-30 17:35:41 +00:00
README.txt Issue #1539940 by jwilson3, infiniteluke, mrf, ryanissamson: Fix up README files to encourage good placement of themes, modules, and profiles 2012-10-02 06:28:08 -07:00
development.services.yml Issue #2625212 by faline, cilefen, okay19, krishnan.n, snehi, tstoeckler, kostyashupenko, dawehner, alexpott, Wim Leers, cs_shadow: [rollback] Add ConfigSchemaChecker to development.services.yml 2016-12-22 15:25:13 +00:00
example.settings.local.php Issue #3295650 by Spokje, BR0kEN, Berdir, catch, Krzysztof Domański, longwave, voleger, neclimdul: Stop recommending using \Drupal\Component\Assertion\Handle::register() in example.settings.local.php 2022-07-13 13:06:25 -05:00
example.sites.php Issue #3207968 by quietone, longwave, Spokje: Replace @codingStandards comments with phpcs: comments 2021-05-17 20:22:22 +01:00

README.txt

This directory structure contains the settings and configuration files specific
to your site or sites and is an integral part of multisite configurations.

It is now recommended to place your custom and downloaded extensions in the
/modules, /themes, and /profiles directories located in the Drupal root. The
sites/all/ subdirectory structure, which was recommended in previous versions
of Drupal, is still supported.

See core/INSTALL.txt for information about single-site installation or
multisite configuration.