Trace: • caedm_doku_tpl_fix
archive:caedm_doku_tpl_fix
How to Fix Your DokuWiki Template on a CAEDM Group
Locate this file: local.php
local.php is located in the “conf” folder by default.
add these lines to the local.php file.
$conf['basedir'] = '/dokuwiki/'; $conf['baseurl'] = 'http://yourgroup.groups.et.byu.net/';
More Info
$conf['basedir'] = '/dokuwiki/';
- Set this to where ever dokuwiki is located.
- If DokuWiki is located in the root folder, set basedir to '/'.
$conf['baseurl'] = 'http://yourgroup.groups.et.byu.net/';
- Your DokuWiki will only work with the URL you specify or else your template will not work.
archive/caedm_doku_tpl_fix.txt · Last modified: 2019/03/21 12:53 by cwday