Det ställer du in i httpd.conf
Ex:
Kod:
<IfModule mod_dir.c>
DirectoryIndex index.php index.html index.htm Index.htm
</IfModule>
Notera att det är "prio" ordning på dessa. Finns det både en index.php och en index.html i samma mapp så väljer han index.php
Mvh