diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 4ec87892bda1231e1b7c4eb9bcf5f81b4fcc5be1..c7fcef85bcf9c12977e2f4d886bae56b86510690 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -205,9 +205,10 @@ /** * Base URL (optional). * - * If you are experiencing issues with different site domains, - * uncomment the Base URL statement below (remove the leading hash sign) - * and fill in the absolute URL to your Drupal installation. + * If Drupal is generating incorrect URLs on your site, which could + * be in HTML headers (links to CSS and JS files) or visible links on pages + * (such as in menus), uncomment the Base URL statement below (remove the + * leading hash sign) and fill in the absolute URL to your Drupal installation. * * You might also want to force users to use a given domain. * See the .htaccess file for more information.