I&#39;ve got the message. Symlinks will do and are working fine as I stated in the original post. I suppose I should get used to reading the code when questions arise. BTW fopen works on both urls and file paths.<br><br>Thanks to all.<br>
<br>Jim<br><br><br><div class="gmail_quote">On Wed, May 5, 2010 at 11:37 AM, Metzler, David <span dir="ltr">&lt;<a href="mailto:metzlerd@evergreen.edu">metzlerd@evergreen.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">




<div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">Apache aliases will not be honored by php inlcudes which 
are inherently file operations.  Symbolic links are the proper method, but 
be sure that permissions on the target directory are correct and that your 
apache is configured to follow symbolic links.  That is not the default 
apache configuration. </font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">Dave</font></span></div><br>
<div dir="ltr" lang="en-us" align="left">
<hr>
<font face="Tahoma" size="2"><b>From:</b> <a href="mailto:support-bounces@drupal.org" target="_blank">support-bounces@drupal.org</a> 
[mailto:<a href="mailto:support-bounces@drupal.org" target="_blank">support-bounces@drupal.org</a>] <b>On Behalf Of </b>Jim 
Tarvid<br><b>Sent:</b> Tuesday, May 04, 2010 8:10 PM<br><b>To:</b> 
<a href="mailto:support@drupal.org" target="_blank">support@drupal.org</a><br><b>Subject:</b> [support] multisite - document tree vs. 
file tree<br></font><br></div><div><div></div><div class="h5">
<div></div>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/" target="_blank">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" target="_blank">adumbral.ls.net</a> -&gt; /home/adumbral/sites/<a href="http://adumbral.ls.net" target="_blank">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" target="_blank">wordsoftheprophets.org</a> -&gt; 
/home/tarvid/sites/<a href="http://wordsoftheprophets.org" target="_blank">wordsoftheprophets.org</a><br><br>root@helen:~# 
cat /etc/apache2/sites-available/<a href="http://wordsoftheprophets.org" target="_blank">wordsoftheprophets.org</a> 
<br>&lt;VirtualHost *&gt;<br><br>    DocumentRoot 
&quot;/home/lsnet/public_html/<a href="http://drupal.ls.net" target="_blank">drupal.ls.net</a>&quot;<br>    ServerName 
<a href="http://wordsoftheprophets.org" target="_blank">wordsoftheprophets.org</a><br><br>    
&lt;Directory &quot;/home/lsnet/public_html/<a href="http://drupal.ls.net" target="_blank">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" target="_blank">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" target="_blank">wordsoftheprophets.org</a> 
/home/tarvid/sites/<a href="http://wordsoftheprophets.org" target="_blank">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" target="_blank">http://ls.net</a><br><a href="http://drupal.ls.net" target="_blank">http://drupal.ls.net</a><br><a href="http://crossleft.org" target="_blank">http://crossleft.org</a><br>
<br><br></div></div></div>
<br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br><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>