[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

> -----Original Message-----
> From: Galen Johnson [mailto:gjohnson@xxxxxxxxxxx]
> Sent: 25 November 2006 15:06
> To: dokuwiki@xxxxxxxxxxxxx
> Subject: [dokuwiki] Re: Dokuwiki as CMS
> 
> Wenngatz - Agilo GmbH wrote:
> 
> >Hi Galen
> >
> >GJ> howdy,
> >
> >GJ> I'd like to use Dokuwiki as a rudimentary CMS.  It looks like others
> >GJ> have had some success.  I'd like to be able to hide the "doku.php" in
> my
> >GJ> url.  How have others accomplished this?
> >
> >I have the same Problem. If you find a solution it would be kind to
> >inform me.
> >
> >kind regards
> >Miky
> >
> >
> >
> >
> >
> >
> >
> Thanks, Miky...I thought I had seen how to before...
> 
> =G=
> --
> DokuWiki mailing list - more info at
> http://wiki.splitbrain.org/wiki:mailinglist

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

Other related posts: