Apache, Multiviews, and index.html

I have Apache set up with multiviews, and it seems to be working fine, except for one thing: linking straight to a directory gives the index.html file regardless of the preferences. Linking to ./index works fine, just not ./. Can anyone help me fix this?

2 Responses to “Apache, Multiviews, and index.html”

  1. Anne says:

    Set “DirectoryIndex index” in httpd.conf or .htaccess.