diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-09-19 19:00:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-09-19 19:00:23 +0000 |
commit | 804054f3b6e7be51cef4d511768e67856e405407 (patch) | |
tree | df212f28edee7adc49565a6c13b1029ca99f894b | |
parent | 56903f504ae0fe88562c2fceb63be8503da5dd87 (diff) | |
download | brdo-804054f3b6e7be51cef4d511768e67856e405407.tar.gz brdo-804054f3b6e7be51cef4d511768e67856e405407.tar.bz2 |
Patch #19934 by Morbus, chx: conf_init() should strip out port numbers in bootstrap.inc.
-rw-r--r-- | INSTALL.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index d221d0993..fb1954b36 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -163,6 +163,10 @@ INSTALLATION sites/example.com/settings.php sites/default/settings.php + If you are installing on a non-standard port number, the ':' is + replaced by a '.'. For example, http://www.drupal.org:8080/mysite/test/ + could be loaded from sites/www.drupal.org.8080.mysite.test/. + Each site configuration can have its own site-specific modules and themes that will be made available in addition to those installed in the standard 'modules' and 'themes' directories. To use |