[dokuwiki] Re: Migrating to Dukuwiki
- From: Guy Brand <gb@xxxxxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Tue, 24 Oct 2006 18:05:45 +0200
On 23 octobre at 23:49, Yann wrote:
> Hello,
hi,
> Is it possible to install Dokuwiki in a sub-dir, then to replace pages
> one by one by a page from Dokuwiki ?
> Example :
> I have a page called /books.php (in the root of the site).
> When called, I would like this page to serve the content of
> /dokuwiki/doku.php/en:books, transparently for the visitors.
Use rewrite if your webserver can do it. For example:
RewriteRule ^/books.php$ /dokuwiki/doku.php?id=/en:books [L]
--
bug
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- Follow-Ups:
- [dokuwiki] Re: Migrating to Dukuwiki
- From: Yann
- References:
- [dokuwiki] Migrating to Dukuwiki
- From: Yann
Other related posts:
- » [dokuwiki] Migrating to Dukuwiki
- » [dokuwiki] Re: Migrating to Dukuwiki
- » [dokuwiki] Re: Migrating to Dukuwiki
- » [dokuwiki] Re: Migrating to Dukuwiki
- » [dokuwiki] Re: Migrating to Dukuwiki
- [dokuwiki] Re: Migrating to Dukuwiki
- From: Yann
- [dokuwiki] Migrating to Dukuwiki
- From: Yann