====== 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.