I want to run a multisite installation where sites/domain_name is in the user file space. A symlink seems to do the trick.<br><br>root@helen:~# ls -la /home/lsnet/public_html/<a href="http://drupal.ls.net/sites/">drupal.ls.net/sites/</a><br>
total 16<br>drwxr-xr-x  4 lsnet lsnet 4096 2010-05-04 17:16 .<br>drwxr-xr-x 10 lsnet lsnet 4096 2010-03-06 14:28 ..<br>lrwxrwxrwx  1 lsnet lsnet   36 2010-05-04 15:08 <a href="http://adumbral.ls.net">adumbral.ls.net</a> -&gt; /home/adumbral/sites/<a href="http://adumbral.ls.net">adumbral.ls.net</a><br>
drwxr-xr-x  4 lsnet lsnet 4096 2010-03-03 19:20 all<br>drwxr-xr-x  4 lsnet lsnet 4096 2010-03-03 19:20 default<br>lrwxrwxrwx  1 lsnet lsnet   41 2010-05-04 17:16 <a href="http://wordsoftheprophets.org">wordsoftheprophets.org</a> -&gt; /home/tarvid/sites/<a href="http://wordsoftheprophets.org">wordsoftheprophets.org</a><br>
<br>root@helen:~# cat /etc/apache2/sites-available/<a href="http://wordsoftheprophets.org">wordsoftheprophets.org</a> <br>&lt;VirtualHost *&gt;<br><br>    DocumentRoot &quot;/home/lsnet/public_html/<a href="http://drupal.ls.net">drupal.ls.net</a>&quot;<br>
    ServerName <a href="http://wordsoftheprophets.org">wordsoftheprophets.org</a><br><br>    &lt;Directory &quot;/home/lsnet/public_html/<a href="http://drupal.ls.net">drupal.ls.net</a>&quot;&gt;<br>        allow from all<br>
                AllowOverride AuthConfig FileInfo Indexes Limit Options<br>                Options FollowSymLinks SymLinksIfOwnerMatch +Indexes<br>    &lt;/Directory&gt;<br><br>    ServerAlias <a href="http://www.wordsoftheprophets.org">www.wordsoftheprophets.org</a><br>
&lt;/VirtualHost&gt;<br><br>I tried to do this with an alias in sites-available.<br><br>   Alias /sites/<a href="http://wordsoftheprophets.org">wordsoftheprophets.org</a> /home/tarvid/sites/<a href="http://wordsoftheprophets.org">wordsoftheprophets.org</a><br>
<br>Which does not work.<br><br>Is this because Drupal examines the file tree instead of the document tree?<br><br>Jim<br clear="all"><br>-- <br>Rev. Jim Tarvid, PCA<br>Galax, Virginia<br><a href="http://ls.net">http://ls.net</a><br>
<a href="http://drupal.ls.net">http://drupal.ls.net</a><br><a href="http://crossleft.org">http://crossleft.org</a><br><br><br>