BTW:
If I change:
*****
<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
*****
TO
*****
<Files ~ "^\.(htaccess|htpasswd)$">
deny...
PS:
correct
*****
But when I type the path in url i can get in "SND/" folder WITH PASSWORD
e.g. http://domain.com/SND/
So, then problem is, how can I make the "SND/" visible while it has password?
*****
Yes,
AllowOverride allow the local settings that i made.
path to .htpasswd is correct
well,I think I should make the question more clear.
So, when i enabled the fancyindex that kind of things, when i goto root url like http://domain.com/
the directory will show up.
e.g. there are links for...
Thanks for the quick reply!
here it is:
<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
Folder is not showing up on web when there's a .htaccess Authentication required.
How do i let it show up on the web? (still with .htaccess Authentication required.)
PS: The folder will show up, if there's a .htaccess file in it but without Authentication required.
PPS: Fancyindex is enabled...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.