====== Problem ======
Some remote hosting services accept as start page only "index.php". That's a problem if you wish to set up a DokuWiki..
====== Question ======
Is it possible to rename "doku.php" to "index.php"? What are the needed changes to the DokuWiki structure?
===== Answer ====
Don't rename ''doku.php'', create the file, ''index.php'', with the following contents.
This has the advantage of allowing you to upgrade your Dokuwiki installation without any additional changes - as long as ''doku.php'' and ''DOKU_SCRIPT'' remain unchanged. A viable alternative is
*/
header("Location: doku.php");
?>