Closed (outdated)
Project:
Drupal core
Version:
6.x-dev
Component:
install system
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
29 Jul 2007 at 19:55 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent
Same issue as http://drupal.org/node/162924
| Comment | File | Size | Author |
|---|---|---|---|
| base_url_help_6.patch | 3.07 KB | Steve Dondley |
Comments
Comment #1
dries commentedThis patch seems to be for Drupal 5.2?
Comment #2
profix898 commentedIt should be noted that one can workaround the problem by setting $base_url, but its getting to be a pain for sites available with different domains. As $base_url contains the domainname (e.g. http://mydomain.net/base), you must now create one additional folder in 'sites' for each domain, containing identical settings.php files and only the $base_url set different for the particular domain.
Before the changes went in it was common practice to have only ONE settings.php in sites/default and thats no longer possible :(
Comment #3
profix898 commented@Dries: AFAIK the security bugfix went into 4.7.x, 5.x and HEAD? So this is a problem on all branches, I guess.
Comment #4
Steve Dondley commentedDries, I was instructed by chx to make a patch for 6.0 as well. The 5.2 patch is here: http://drupal.org/node/162924 (it's basically the same).
Comment #5
catchNo longer applies, and ideally should be rolled from root.
Comment #6
Steve Dondley commentedThis can probably be solved by the patch I supplied at http://drupal.org/node/194331
Comment #7
dpearcefl commentedIs this still a problem in current D6?
Comment #8
dpearcefl commented