To secure a directory, you need to must place a file named “.htaccess” htaccess in the desired directory (ie: secure) for example:i.e., Secure).
Example: /home/netID/edu.uconn.sitename/public_html/secure/.htaccess
...
Examples
Allow
...
Anyone with a
...
Valid NetID access:
AuthType CAS
require valid-user
Allow
...
Only Certain Users Access:
AuthType CAS
require user NetID1
require user NetID2
To capture the NetID of the user who 's is logged into the secure directory, using use the following code in your index.php file in the secure directory:
$netid=$_SERVER['REDIRECT_REMOTE_USER'];
Related Articles
Filter by label (Content by label) | ||||||||
---|---|---|---|---|---|---|---|---|
|