So I have a situation where I have a large number of subdirectories, and each has a slightly different index page. Right now I'm looking at putting a .htaccess file in each one with DirectoryIndex set to that directory's specific index, but what I'd like to do is have it pick the first file matching my pattern be the index.
Is this possible, something like: DirectoryIndex (.*)01.html