Administration
You want to integrate a Dokuwiki installation into a Drupal front-end.
Posted March 9th, 2007 by adminConsiderations:
A primary function of a Wiki is to allow page creation when a page doesn't exist. Since Drupal has specific handling for non-existent pages, it is important to override Drupal's default handling. This is done via URL rewriting. In Apache you would use mod_rewrite functionality.
Coalface.net