Protecting directorys
hi,
i want to protect my apache directory ( foo ) in the following way:
the root of the directory is to be accessable by the site administrator, the apache user, and adminguy
one of the subdirectorys ( bar ) is to be accessable by adminguy and the apache user only
and if its possible: within the subdirectory, bar, there is to be another directory ( pod ) witch is to be accessable by the apache user, site administrator, and adminguy
but if that is not possible could i create the pod directory in the root of the site and create one of these links to it within the bar directory? ( so for example /pod would link to /bar/pod )
any ideas?
|