Index: INSTALL.txt =================================================================== RCS file: /cvs/drupal/drupal/INSTALL.txt,v retrieving revision 1.16 diff -u -r1.16 INSTALL.txt --- INSTALL.txt 15 Mar 2005 21:07:49 -0000 1.16 +++ INSTALL.txt 17 Mar 2005 14:15:09 -0000 @@ -177,6 +177,15 @@ themes/custom_theme modules/custom_module + If you want a separate Drupal installation under a subdirectory (such + as www.example.com/site3), it's important that the subdirectory exists + and 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 link for 'site3': + + ln . site3 + NOTE: for more information about multiple virtual hosts or the configuration settings, consult the Drupal handbook at drupal.org. @@ -185,7 +194,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". Index: sites/default/settings.php =================================================================== RCS file: /cvs/drupal/drupal/sites/default/settings.php,v retrieving revision 1.11 diff -u -r1.11 settings.php --- sites/default/settings.php 15 Mar 2005 21:07:49 -0000 1.11 +++ sites/default/settings.php 17 Mar 2005 14:15:09 -0000 @@ -30,6 +30,15 @@ * 9. sites/org * * 10. sites/default + * + * If you want a separate Drupal installation under a subdirectory (such + * as www.example.com/site3), it's important that the subdirectory exists + * and 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 */ /**