[dokuwiki] Re: Dokuwiki as CMS

Leah wrote:

Simply change dokuwiki/index.php contents to:

<?php
/**
* Forwarder to doku.php
*
* @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author     Andreas Gohr <andi@xxxxxxxxxxxxxx>
*/

// tell dokuwiki to make all links using index.php rather than doku.php
define('DOKU_SCRIPT','index.php');

// jump to main dokuwiki script
include('doku.php');

?>

Leah

This only seems to work for the first page...
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: