htaccess on a RAQ
I've got a couple questions that i can't seem to find the answers to.On a RAQ there are 3 levels of authorization:
-User
-Site Admin
-Server Admin
These levels of access control who can go where on the server.
i know the code for the server to check for Site Administrator Access, it is as follows:
order allow,deny
allow from all
require group site-adm
Authname yoursite.com
Authtype Basic
i need to know what the 'require' code for the user and server admin are.
Your help would be appreciated, i've looked everywhere for this answer and haven't found anything.