[drupal-docs] [bug] $base_url setting misleading

Goba drupal-docs at drupal.org
Mon Sep 26 08:59:16 UTC 2005


Issue status update for 
http://drupal.org/node/32220
Post a follow up: 
http://drupal.org/project/comments/add/32220

 Project:      Documentation
 Version:      <none>
 Component:    Installation
 Category:     bug reports
 Priority:     normal
 Assigned to:  Anonymous
 Reported by:  QuasiEvil
 Updated by:   Goba
-Status:       active
+Status:       by design

Base URL should be a full URL with http:// (or https:// if you use
that). We are not going to change our advice, since it will not work
otherwise.




Goba



Previous comments:
------------------------------------------------------------------------

Mon, 26 Sep 2005 04:02:59 +0000 : QuasiEvil

Set $base_url to match the address to your Drupal site:


     $base_url = "http://www.example.com";


this should be changed to 


$base_url = "/drupal";


or at least not "localhost/drupal";




------------------------------------------------------------------------

Mon, 26 Sep 2005 05:40:34 +0000 : bslade

I assume this issue is referring to instructions in the INSTALL.txt file
that comes with the Drupal installation 


Actually, I thought the $base_url variable is supposed to be full URL
(without the trailing slash).  Eg. "http://localhost/drupal" or
"http://www.example.com/mydrupalsubdir".







More information about the drupal-docs mailing list