drupal/sites
Alex Pott 7394ae9c27 Issue #2416563 by tim.plunkett: Follow-up to "HTTP_HOST header cannot be trusted" 2015-01-30 23:17:51 +00:00
..
default Issue #2381763 by chx, webflo: Adjust the order of container yamls to override settings per environment 2015-01-26 10:40:40 +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 #2315613 by damiankloip, Wim Leers: Add a services.local.yml for development. 2014-08-07 11:48:11 +01:00
example.settings.local.php Issue #2416563 by tim.plunkett: Follow-up to "HTTP_HOST header cannot be trusted" 2015-01-30 23:17:51 +00:00
example.sites.php Issue #2168617 by clemens.tolboom: Fix up docs on how to do multisite 2014-02-04 11:20:11 -08: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.