i have a catch-all directory that i want my users to be able to
access. (the stuff changes frequently enough that i don't want to
spend time maintaining an index.html.) i have the indexes option
enabled in the server. this all works fine: e.g.
now, i have one directory in that list that i want to protect with
authtype basic. however when i do this, the directory name vanishs
from the directory listing. e.g. if i create a directory called
"restricted " and setup authtype (via .htaccess and .htpasswd) for that
directory, then "restricted " will not appear in the directory
listing.
is there a way around this?? thanks alot.
access. (the stuff changes frequently enough that i don't want to
spend time maintaining an index.html.) i have the indexes option
enabled in the server. this all works fine: e.g.
now, i have one directory in that list that i want to protect with
authtype basic. however when i do this, the directory name vanishs
from the directory listing. e.g. if i create a directory called
"restricted " and setup authtype (via .htaccess and .htpasswd) for that
directory, then "restricted " will not appear in the directory
listing.
is there a way around this?? thanks alot.
Comment