"Kenneth E. Lussier" wrote:
> 
> You need to enable the FollowSymLinks (or something like that) in the
> httpd.conf file for the directory containing the link.

You also need to allow access to the directory, probably with something
like:

<Directory /home>
    AllowOverride AuthConfig
    Options Indexes
    Order Allow,Deny
    Allow from all
</Directory>
-- 
#ken    P-)}

Ken Coar                    <http://Golux.Com/coar/>
Apache Software Foundation  <http://www.apache.org/>
"Apache Server for Dummies" <http://Apache-Server.Com/>
"Apache Server Unleashed"   <http://ApacheUnleashed.Com/>

**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to