Trace:
archive:caedm_doku_tpl_fix
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
archive:caedm_doku_tpl_fix [2019/03/21 12:50] cwday created |
archive:caedm_doku_tpl_fix [2019/03/21 12:53] (current) cwday |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== How to Fix Your DokuWiki Template on a CAEDM Group ====== | ====== How to Fix Your DokuWiki Template on a CAEDM Group ====== | ||
- | Locate this file: local.php | + | Locate this file: //**local.php**// |
- | local.php is located in the “conf” folder by default. | + | //**local.php**// is located in the “conf” folder by default. |
- | + | ||
- | add these lines to the local.php file. | + | |
+ | add these lines to the //**local.php**// file. | ||
+ | <code> | ||
$conf['basedir'] = '/dokuwiki/'; | $conf['basedir'] = '/dokuwiki/'; | ||
- | |||
$conf['baseurl'] = 'http://yourgroup.groups.et.byu.net/'; | $conf['baseurl'] = 'http://yourgroup.groups.et.byu.net/'; | ||
+ | </code> | ||
== More Info == | == More Info == | ||
- | $conf['basedir'] = '/dokuwiki/'; | + | <code>$conf['basedir'] = '/dokuwiki/';</code> |
- | - Set this to where ever dokuwiki is located. | + | * Set this to where ever dokuwiki is located. |
- | - If DokuWiki is located in the root folder. Set basedir to '/'. | + | * If DokuWiki is located in the root folder, set basedir to '/'. |
- | $conf['baseurl'] = 'http://yourgroup.groups.et.byu.net/'; | + | <code>$conf['baseurl'] = 'http://yourgroup.groups.et.byu.net/';</code> |
- | - Your DokuWiki will only work with the URL you specify or else your template will not work. | + | * Your DokuWiki will only work with the URL you specify or else your template will not work. |
archive/caedm_doku_tpl_fix.1553194247.txt.gz · Last modified: 2019/03/21 12:50 by cwday