diff --git a/sites/default/settings.php b/sites/default/settings.php index 6f190b7235d..48d01481d10 100644 --- a/sites/default/settings.php +++ b/sites/default/settings.php @@ -89,17 +89,16 @@ $db_prefix = ''; /** * Base URL: * - * The URL of your website's main page. It is not allowed to have - * a trailing slash; Drupal will add it for you. + * The URL to your Drupal installation. It is not allowed + * to have a trailing slash; Drupal will add it for you. * * Examples: - * $base_url = 'http://localhost'; - * $base_url = 'http://example.com/drupal'; - * - * By default, Drupal tries to set the $base_url for you using - * the code below. + * $base_url = 'http://www.example.com'; + * $base_url = 'http://www.example.com:8888'; + * $base_url = 'http://www.example.com/drupal'; + * $base_url = 'https://www.example.com:8888/drupal'; */ -$base_url = 'http://'. $_SERVER['HTTP_HOST']; +$base_url = 'http://www.example.com'; /** * PHP settings: