drupal/sites
effulgentsia c1316d6957 Issue #2522008 by pwolanin, nlisgo, Wim Leers, jplopezy: Provide a setting to override base url when creating links to public files 2015-10-02 11:49:01 -07:00
..
default Issue #2522008 by pwolanin, nlisgo, Wim Leers, jplopezy: Provide a setting to override base url when creating links to public files 2015-10-02 11:49:01 -07: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 #2501117 by catch, olli, Wim Leers, dawehner: Add static caching for PermissionsHashGenerator::generate() 2015-08-10 12:00:26 +01:00
example.settings.local.php Issue #2429617 by Wim Leers, Fabianx, Berdir, yched, dawehner, effulgentsia, catch, borisson_, jhodgdon, martin107, torgosPizza: Make D8 2x as fast: Dynamic Page Cache: context-dependent page caching (for *all* users!) 2015-09-08 16:58:29 -07:00
example.sites.php Issue #2457469 by nlisgo, ianthomas_uk, Luukyb, joshi.rohit100, cilefen, Mile23: Remove usages of conf_path() 2015-09-25 14:45:21 +02: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.