DirectoryIndex in apache
Date: 02/15/06
(Web Development) Keywords: php, apache
I have a question that I can’t seem to find a solution to in the apache documentation.
I have a directory that I am serving with two different virtual servers, in server 1 I want it to default to using index.php, in server2 I have a different index file that I want it to use. As far as I can tell the “DirectoryIndex” directive only adds another file to the end of the list of possible indexes, how do I clear that list in a virtual host?
Source: http://community.livejournal.com/webdev/297997.html