Hallo Hugo,
In the latest available version of Hiawaitha (5.12) it is only possible to have one start file in a directory. Currently it is a static html file: index.html
StartFile = <filename>
And now I am checking out Skeleton e.g.: http://127.0.0.1/skeleton-1.0/public
So this content is in a different subdirectory. And here is the default StartFile index.php.
So my request is that Hiawatha should look for multiple names in the StartFile section.
StartFile = <filename> [,<filename>, ...]
When the first filename does not exists, it should look for the next one, etc...
Laterrr, René