### Eclipse Workspace Patch 1.0
#P drupal-6-dev
Index: sites/default/default.settings.php
===================================================================
RCS file: /cvs/drupal/drupal/sites/default/default.settings.php,v
retrieving revision 1.8.2.1
diff -u -r1.8.2.1 default.settings.php
--- sites/default/default.settings.php	13 Aug 2008 06:52:36 -0000	1.8.2.1
+++ sites/default/default.settings.php	11 Nov 2008 11:17:13 -0000
@@ -108,7 +108,7 @@
  *
  * If you are experiencing issues with different site domains,
  * uncomment the Base URL statement below (remove the leading hash sign)
- * and fill in the URL to your Drupal installation.
+ * and fill in the complete URL to your Drupal installation.
  *
  * You might also want to force users to use a given domain.
  * See the .htaccess file for more information.
@@ -118,6 +118,10 @@
  *   $base_url = 'http://www.example.com:8888';
  *   $base_url = 'http://www.example.com/drupal';
  *   $base_url = 'https://www.example.com:8888/drupal';
+ * 
+ * Invalid examples:
+ *   $base_url = '/drupal';
+ *   $base_url = 'http://www.example.com/';
  *
  * It is not allowed to have a trailing slash; Drupal will add it
  * for you.
