[dokuwiki] Re: Migrating to Dukuwiki

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

Other related posts: