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

sepeck drupal-docs at drupal.org
Mon Sep 26 09:32:45 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:   sepeck
 Status:       by design

Just a reference link for those who follow
http://www.w3.org/TR/WD-html40-970917/struct/links.html#edef-BASE




sepeck



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".




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

Mon, 26 Sep 2005 08:59:12 +0000 : Goba

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.







More information about the drupal-docs mailing list