diff --git a/sites/example.settings.local.php b/sites/example.settings.local.php index a5d50f2b7dea929324c02c96b432d6bcee5f121b..dfcc24411e4c8e50b93e92a5a8cdca6ca66efe32 100644 --- a/sites/example.settings.local.php +++ b/sites/example.settings.local.php @@ -5,10 +5,13 @@ * Local development override configuration feature. * * To activate this feature, copy and rename it such that its path plus - * filename is 'sites/example.com/settings.local.php', where example.com - * is the name of your site. Then, go to the bottom of - * 'sites/example.com/settings.php' and uncomment the commented lines that - * mention 'settings.local.php'. + * filename is 'sites/default/settings.local.php'. Then, go to the bottom of + * 'sites/default/settings.php' and uncomment the commented lines that mention + * 'settings.local.php'. + * + * If you are using a site name in the path, such as 'sites/example.com', copy + * this file to 'sites/example.com/settings.local.php', and uncomment the lines + * at the bottom of 'sites/example.com/settings.php'. */ /**