I'm trying to grant access to anyone for certain subdirectories of an otherwise protected site.
The top-level has an .htaccess of:
AuthName "For Prosper202 Admin only"
AuthType Basic
AuthUserFile /path/to/web/data/.htpasswd
require user (username)
That does what it's supposed to. The subdirectories in question have an .htaccess of:
AuthName "
(
Read more... )