summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-08 12:10:12 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-08 12:10:12 +0000
commit53b5c551a6faa5ca3331758a16113675c716a970 (patch)
tree9c234ce6329d86765804cca314becee696f2d0b3 /sites
parent68ced8da595a90abfcda774a1bffddb65ec588e5 (diff)
downloadbrdo-53b5c551a6faa5ca3331758a16113675c716a970.tar.gz
brdo-53b5c551a6faa5ca3331758a16113675c716a970.tar.bz2
- Modified patch #43709 by chx, Eaton et al.: usability improvement: put some emphasis on the no trailing slash requirement.
Diffstat (limited to 'sites')
-rw-r--r--sites/default/settings.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/sites/default/settings.php b/sites/default/settings.php
index 48d01481d..96d49bc5c 100644
--- a/sites/default/settings.php
+++ b/sites/default/settings.php
@@ -89,16 +89,18 @@ $db_prefix = '';
/**
* Base URL:
*
- * The URL to your Drupal installation. It is not allowed
- * to have a trailing slash; Drupal will add it for you.
+ * The URL to your Drupal installation.
*
* Examples:
* $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';
+ *
+ * It is not allowed to have a trailing slash; Drupal will add it
+ * for you.
*/
-$base_url = 'http://www.example.com';
+$base_url = 'http://www.example.com'; // NO trailing slash!
/**
* PHP settings: