[dokuwiki] Re: Dokuwiki as CMS
- From: Galen Johnson <gjohnson@xxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Sat, 25 Nov 2006 11:04:37 -0500
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
- Follow-Ups:
- [dokuwiki] Re: Dokuwiki as CMS
- From: Leah
- References:
- [dokuwiki] Dokuwiki as CMS
- From: Galen Johnson
- [dokuwiki] Re: Dokuwiki as CMS
- From: Galen Johnson
- [dokuwiki] Re: Dokuwiki as CMS
- From: Leah
Other related posts:
- » [dokuwiki] Dokuwiki as CMS
- » [dokuwiki] Re: Dokuwiki as CMS
- » [dokuwiki] Re: Dokuwiki as CMS
- » [dokuwiki] Re: Dokuwiki as CMS
- » [dokuwiki] Re: Dokuwiki as CMS
- » [dokuwiki] Re: Dokuwiki as CMS
- » [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
- [dokuwiki] Re: Dokuwiki as CMS
- From: Leah
- [dokuwiki] Dokuwiki as CMS
- From: Galen Johnson
- [dokuwiki] Re: Dokuwiki as CMS
- From: Galen Johnson
- [dokuwiki] Re: Dokuwiki as CMS
- From: Leah