How do I restrict access to a web directory?
There are two types of authentication you can use to secure a web directory:
- Basic authentication using htpasswd - Allows you to set user names and passwords yourself, with the option of using the same login for everyone.
- PennKey account authentication - Allows you to use PennKey account credentials to restrict access.
