Index: INSTALL.txt =================================================================== RCS file: /cvs/drupal/drupal/INSTALL.txt,v retrieving revision 1.26 diff -u -r1.26 INSTALL.txt --- INSTALL.txt 10 Dec 2005 19:26:47 -0000 1.26 +++ INSTALL.txt 30 Dec 2005 16:54:04 -0000 @@ -1,4 +1,4 @@ -// $Id: INSTALL.txt,v 1.26 2005/12/10 19:26:47 dries Exp $ +// $Id: INSTALL.txt,v 1.26 2005-12-10 19:26:47 dries Exp $ CONTENTS OF THIS FILE --------------------- @@ -113,6 +113,15 @@ sites/example.com/settings.php sites/default/settings.php + NOTE: If you want a separate Drupal installation under a subdirectory + (such as www.example.com/site3), it's important that you create a symlink + that refers back to the primary location of your Drupal install. For + example, if your primary installation is located in the directory + www.example.com, then the following shell command run in the + www.example.com directory would create a symlink for site3: + + ln -s . site3 + If you are installing on a non-standard port, the port number is treated as the deepest subdomain. For example: http://www.example.com:8080/ could be loaded from sites/8080.www.example.com/. The port number @@ -141,7 +150,7 @@ You should consider creating a "files" subdirectory in your Drupal installation directory. This subdirectory stores files such as custom logos, user avatars, and other media associated with your - new site. The sub-directory requires "read and write" permission + new site. The subdirectory requires "read and write" permission by the Drupal server process. You can change the name of this subdirectory at "Administer > Settings > File system settings".