=== modified file 'sites/default/settings.php'
--- sites/default/settings.php	
+++ sites/default/settings.php	
@@ -89,14 +89,16 @@ $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. Do not a trailing slash... your app will surely clash.
  */
 $base_url = 'http://www.example.com';
 
