Dear John,
I don't know which Web-Server you have Running. But if it is Apache. You only have to add/change something!
Open the srm.conf file in /etc/apache
change:
DirectoryIndex index.html
to:
DirectoryIndex index.html index.php index.php3
Now it uses the index.html when U have an index.html in your folder. it uses index.php when there's no index.html and it uses index.php3 when there's no index.html & no index.php. It gives a directory listing when U don't have any of the above files in that directory! 🙂
Gr.
Kasper