- Modified patch #43709 by chx, Eaton et al.: usability improvement: put some emphasis on the no trailing slash requirement.

4.7.x
Dries Buytaert 2006-01-08 12:10:12 +00:00
parent 68ced8da59
commit 53b5c551a6
1 changed files with 5 additions and 3 deletions

View File

@ -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: