ECEn Help Wiki

Log In
Home Sitemap Recent Changes Media Manager

Trace: caedm_doku_tpl_fix

archive:caedm_doku_tpl_fix

This is an old revision of the document!


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.1553194311.txt.gz · Last modified: 2019/03/21 12:51 by cwday