This is a wonderful plug-in (user access manager), and it's just what I need for a blog with a public and private section. Yet, I realized that anyone can access the uploads directory, regardless of whether they are logged in. This occurs even with my settings for files are:
Lock files: yes
Locked file types: all
.htaccess password: Use a random generated pass word.
download type: fopen
The .htaccess file in the uploads directory contains the following:
AuthType BasicAuthName "WP-Files"
AuthUserFile /var/www/html/wp-content/uploads/.htpasswd
require valid-user
---------------------
Am I missing something? Are my configurations correct? I would appreciate any feedback.
Thanks.