/wiki/HomePage" instead of "//index.php/HomePage" // The simpliest version is // // // Note: This needs a webserver handler to PHP like this on Apache: // // SetHandler application/x-httpd-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 than the version in index.php like this: //$DBParams['dbtype'] = 'SQL'; //$DBParams['dsn'] = 'mysql://:@localhost/_wiki'; // Start the wiki: include "lib/main.php"; ?>