Integrating dokuwiki inside an existing site

416 views Asked by At

I'd like to integrate dokuwiki as part of a Bootstrap site, within a div. Is this possible? I've tried a php include:

  <?php include('dokuwiki/index.php'); ?>

but this effectively redirects - it just generates a completely new page, replacing the existing html. Note that the Bootstrap plugin doesn't do the job.

1

There are 1 answers

0
Cory On

For a quick solution, it might be the time to use an HTML Frame.