Apache Conf-DirectoryIndex!

Look for the existing line in this file that begins with DirectoryIndex,
shown here:

<IfModule dir_module>
DirectoryIndex index.html
</IfModule>

I could not find this existing line in httpd.conf. This is what I found:

DirectoryIndex index.html index.html.var

Do I have to type in the above code and replace index.html.var!

regards,

eric

eric,

Nope, you’ve got that covered already (the DirectoryIndex is picked in order found).

Regards,

DK