Access Rules, meaning of Action setting

I assume you refer to the rules for paths, where the actions are Allow, Read Only, Directory Listing, Protect, Block.

Unless there have been changes to the logic, or I misunderstood what the rules are supposed to do, the following applies:

Allow - Allow access (presumably that is useful when a root folder is restricted, but a subfolder is supposed to be available.)
Read Only - Allow reading the folders, the files and their contents, but not allowing to write to them
Directory Listing - Allow listing of folders and files, but no access to the content of the files
Protect - Don't allow access and show a prompt to inform the user
Block - Don't allow access silently
 
Back
Top