[dokuwiki] Re: Dokuwiki as CMS

> >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...

I'd guess it has something to do with the caching of the generated urls on
the page.

-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: