/wiki/HomePage" instead of "//wiki/index.php/HomePage" // The simpliest version is // // // Note: This needs a webserver handler to PHP like this on Apache: // // SetHandler application/x-httpd-php // // Several VARIABLES or CONSTANTS as default wiki overrides before index.php $LANG='de'; $LC_ALL='de_DE'; //$LANG='ja'; $LC_ALL='ja_JP'; define('WIKI_NAME', "WikiDemo:$LANG:" . THEME); // define('THEME', 'Portland'); // Load the default configuration. include "index.php"; // More VARIABLES as default wiki overrides after index.php: // 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"; ?>