The order in which you specify the arguments to DirectoryIndex is the order in which they're tried (if you're talking about index.* files). If you actually mean MultiViews, check out the docs (http://httpd.apache.org/docs/1.3/content-negotiation.html). I haven't used them, but I believe they do require a type-map file to avoid arbitrarily picking one.
(no subject)
Date: 2009-12-21 06:37 (UTC)DirectoryIndex
is the order in which they're tried (if you're talking about index.* files). If you actually meanMultiViews
, check out the docs (http://httpd.apache.org/docs/1.3/content-negotiation.html). I haven't used them, but I believe they do require a type-map file to avoid arbitrarily picking one.