Wiki has a number of Wiki Options that you can call from the command-line. We are able to redirect the Welcome Visitors page using the equivalent of the following:
wiki --home http://feast.fm/index
which would redirect the raw domain to:
http://feast.fm/index.html
as the redirection adds ".html" to the url supplied on the command line.
Unfortunately this means you cannot use the native serving of the Express based node server with files in the "theme folder", as trying to redirect to anything like:
http://localhost:3000/theme/index.htm
will add and .html suffix which cannot be served by the theme folder due to the way it is routed.
# See also - Splash Page Creation