Re: [users@httpd] Allowing users to view content of password-protected directory

2013-01-27 Thread Robin Miller
Michael, thanks so much for your help. I am nervous about removing and reinstalling password protection, as there are some 150 users who have stored their passwords. (I know I could save the file.) However, I have confirmed that the password file is in the proper location (and password prote

Re: [users@httpd] Allowing users to view content of password-protected directory

2013-01-26 Thread Michael Streeter
Hello, > My problem is that I want users who have logged in to the > password-protected directory to be able to view a listing of the > content of the directory and its subdirectories. None of the > directories have index files, so under normal conditions, an attempt > to access the directory woul

[users@httpd] Allowing users to view content of password-protected directory

2013-01-26 Thread Robin Miller
Hello everyone, My website is hosted by a company using Apache 2.2.23. They offer, through cPanel, a simple functionality for password protecting a directory. This functionality creates an .htaccess file with the following lines of code: AuthType Basic AuthName "Subscriber-only Content" re