SMH
2011-12-16 10:29:36 UTC
I have set as forbidden any directory listings. I use a special
"DirectoryListing.php" file within a directory that provides the listing (it
is a recognized "index" file.
But for some directories and their subdirectories, I want to use Apache's
default directory listing, and I want the server to authenticate an IP
address for giving the listing.
For example, suppose the directory is "/path/to/ThisDirectory" and I want
Apache to give dir listing of it and its subdirectories only to recognized IP
addresses. How would you write the configuration?
"DirectoryListing.php" file within a directory that provides the listing (it
is a recognized "index" file.
But for some directories and their subdirectories, I want to use Apache's
default directory listing, and I want the server to authenticate an IP
address for giving the listing.
For example, suppose the directory is "/path/to/ThisDirectory" and I want
Apache to give dir listing of it and its subdirectories only to recognized IP
addresses. How would you write the configuration?