Restricting Access:
By default, your password-protected web pages are accessible to anyone with a valid Oak ID and password. You can further restrict access to specific folders within your password-protected site (or the entire site) by creating access lists. To do so, use a text editor like Notepad or SimpleText to create a text file named .htaccess with the following line in it:
require user oakid oakid oakid etc
In the line above, replace oakid oakid oakid etc with a list of all of the Oak IDs to which you wish to grant access. Separate the Oak IDs with spaces, and make sure that all of the Oak IDs are on the same line. To achieve the latter, you may have to tell your text editor not to "wrap" text.
When you finish, save* your file and upload it (in ASCII mode) to the appropriate folder on your Oak account.
To restrict access to your entire password-protected site and all of its subfolders, place your .htaccess file in your public_shtml folder. To restrict access just to a specific subfolder and all of the files/folders it contains, place the .htaccess file in that subfolder. To grant access to different parts of your password-protected site to different groups of users, create an .htaccess file for each group of users, and put a copy of the appropriate version in the appropriate folder(s).
*Note for Windows users: Windows will not allow you to save a file whose name starts with a period. To get around this limitation, name your file "htaccess.txt" and use your Secure FTP client's Rename command to change its name to ".htaccess" after uploading it to Oak.