wiki index
developer documentation
- Code documentation
- API documentation
- Module development
- Plugin development
- Using webber's properties
- Coding guidelines
user documentation
Trace: Manage » User groups » Protected areas
This is the most important section of webber. From this page, you can password protect any folder or page from your website.
You can password protect using the following methods:
- php code - using this method you can only protect php pages - the code is available on the resources table and not on this page
- mod_rewrite - using this method, a .htaccess file will be generated containing protection code
- mod_rewrite with auto-prepend - using this method, every file will be edited and a snippet of code added at the beginning.
The options for the protected area are:
- Name - any name so you could recognize it later
- Group - the group of members who will have access to this area once logged in
- Path - full path to the folder you wish to protect. You can enter it manually or you can browse the treeview and select the folder.
To protect a folder simply browse to it using the ajax-based treeview of your server, complete all the other fields and hit “Save”.
Need to add something?
That's right! Our documentation is built using a wiki where you can contribute or even suggest changes. If you want to participate and share your knowledge please register and start writing your content. An administrator will review your input and accept/decline it. In time, you can also become a member with full rights and all of your changes will be active automatically.

