* csmith ([EMAIL PROTECTED]) [000630 12:16]:
> I have a directory /home/httpd/html If i put my site files in the html
> directory it gets servered no problem. If i create a sym link ( ln -s
> /home/tara/html) to my web designers /home/tara/html directory
> all i get is:
> Forbidden
>
> You don't have permission to access / on this server.
ya. symlink prolly won't work, since it has to go, from /home/httpd/html
to ../../tara/html. once it tries to go to the ../../ part, it sees that
permission is denied, to go below the root directory
hard link the file(s) / directories, if possible. or, if not that, then
you're going to have to set some diff permissions, or a different web
root. apart from putting the files directly in the /home/http/ root dir
structure [or html/ if that's the root]
man ln
> chris
-- moss
**********************************************************
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
**********************************************************