[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: public_html problem



Mike wrote:
> 
> Hi,
> Does any one know why the public_html dir in some users home dir doesn't
> work ?
> any idea?
> 
> Thanks
> 
> Mike
all the directories in the path must be global readable and executable
!!!

i.e. if user is dany, and ~joe = /home/joe
than /home /home/joe and /home/joe/public_html must be global readable
and executable
(the files does not need to be executable, only the directories,
 unless the files are cgi )



HTH

erez