Folder is not showing up on web when there's a .htaccess Authentication required. How do i let it show up in the web? (still with .htaccess Authentication required.) Thanks!! PS: The folder will show up, if there's a .htaccess file in it but without Authentication required.
enable directory listing in .htaccess http://www.52webdesign.com/coding/how-to-enable-disable-directory-listing/
Thanks for the quick reply! but i've enabled it already .htaccess file: <Files ~ "^\.(htaccess|htpasswd)$"> deny from all </Files> AuthUserFile C:\www\SND\.htpasswd #AuthGroupFile /dev/null AuthName "Please enter your ID and password" AuthType Basic require valid-user Options +Indexes BTW, fancyindex enabled as well in (httpd.conf)