/wiki/HomePage" instead of "//index.php/HomePage" // The simpliest version is // include "index.php"; include "lib/main.php"; $LANG='de_DE'; define('THEME', 'Portland'); // CONSTANTS as default wiki overrides before index.php //define('WIKI_NAME', "WikiDemo:$LANG:" . THEME); // Load the default configuration. include "index.php"; // VARIABLES as default wiki overrides after index.php: putenv("LC_TIME=$LANG"); // Try another DB $DBParams['dbtype'] = 'SQL'; $DBParams['dsn'] = 'mysql://:@localhost/_wiki'; // Start the wiki. include "lib/main.php"; ?>