Re: [users@httpd] DirectoryListing Hiding Folder that contains .htaccess with 'require valid-user'

2014-04-30 Thread Adam Brenner
On Wed, Apr 30, 2014 at 11:50 AM, Eric Covener wrote: > > IndexOptions +showForbidden, or arrange or the same authentication to > occur in the parent directory. > > That did the trick. Thanks Eric! -- Adam Brenner Computer Science, Undergraduate Student Donald Bren School of Information and Comp

Re: [users@httpd] DirectoryListing Hiding Folder that contains .htaccess with 'require valid-user'

2014-04-30 Thread Eric Covener
On Wed, Apr 30, 2014 at 2:34 PM, Adam Brenner wrote: > How do I disable Apache to stop hiding the directory when 'require > valid-user' is added? IndexOptions +showForbidden, or arrange or the same authentication to occur in the parent directory. -- Eric Covener cove...@gmail.com

[users@httpd] DirectoryListing Hiding Folder that contains .htaccess with 'require valid-user'

2014-04-30 Thread Adam Brenner
Howdy, I am running into an issue where the directory listing with: Options +Indexes +FollowSymLinks +MultiViews AllowOverride All is hiding any folder that contains a .htaccess file with 'require valid-user'. The specific .htaccess file we are using is: AuthUserFile /data/hpc/www/account