Hey All,
I'm wondering if anyone knows of a way to get the DirectoryIndex setting from apache. IE: I'm looking for something that can tell me what file apache thinks should be the directory index.
My initial idea was to parse the httpd.conf file and find the value I'm looking for, but I immediantly ran into the problem where each virtual host has it's own DirectoryIndex setting. I've looked at the $_SERVER variable and was not able to find any way to get it from there.
Thanks all in advance.