11 Sep
2006
11 Sep
'06
8:34 a.m.
--On 11. September 2006 01:05:01 -0700 Ferhat Ayaz <ferhatayaz@yahoo.com> wrote:
Hi,
I want to restrict access to a subfolder:
Folder structure: --------------------------------- Root Folder +- MySite +- Admin
Access limitation: --------------------------------- My Site: Public for all Admin: Only with Basic Authentication
Why basic authentication? In general you control access to objects by granting or revoking a particular permission (in your case the View permission) to roles/from roles (see Access tab within the ZMI). -aj