[dokuwiki] Wrapper script one level below DW directory
- From: Oliver Betz <list_ob@xxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Thu, 08 Mar 2007 14:57:13 +0100
Hello All,
to separate dokuwiki and my data, I would like to use a wrapper script
from one directory level below DokuWiki, like:
<?php chdir('dokuwiki'); include_once('doku.php');
DokuWiki doesn't find the correct directories, likely it needs some
constants defined.
Any hint how to make this working?
BTW: searching wiki.splitbrain.org for "farm*" lists wiki:namespaces
and wiki:install but I can't find "farm" on both pages.
Searching for "DOKU_SCRIPT" and "DOKU_BASE" also didn't yield useful
information for me. But the highlighting is broken for these search
terms.
Oliver
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
Other related posts:
- » [dokuwiki] Wrapper script one level below DW directory