I am using the "Members Only" plugin to maintain an invitation-only blog. That works fine. But if I have material in the wp-content/uploads folder it isn't behind the password. Is there a way to fix this?
I am using the "Members Only" plugin to maintain an invitation-only blog. That works fine. But if I have material in the wp-content/uploads folder it isn't behind the password. Is there a way to fix this?
Place this at the very top of your .htacces file;
Options -Indexes
That should prevent casual browsing of directories from the web.
There may be other variations of the same thing, but that is the info to search for if it does not achieve your goal.
This topic has been closed to new replies.