My .htaccess includes a FilesMatch for "index.html". Index.html is included in my DirectoryIndex directive. If a browser requests the directory without specifying index.html, they are denied access with "authorization required", and not given the opportunity of authenticating. However, if the request includes the specific "index.html", then the password dialogue is presented.
I have also tried this with Files instead of FilesMatch.
I am running Fedora Core 3/Apache 2.0.52. The same configuration under Windows XP/Apache 2.0.52 presents the password dialogue whether "index.html" is requested or not.
Am I doing something wrong, or is this the expected behaviour, and the Windows response is actually the anomaly?
Thanks for any insights...
I have also tried this with Files instead of FilesMatch.
I am running Fedora Core 3/Apache 2.0.52. The same configuration under Windows XP/Apache 2.0.52 presents the password dialogue whether "index.html" is requested or not.
Am I doing something wrong, or is this the expected behaviour, and the Windows response is actually the anomaly?
Thanks for any insights...