summaryrefslogtreecommitdiff
path: root/conf/dokuwiki.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r--conf/dokuwiki.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 1cdca0624..c40728d0a 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -12,11 +12,11 @@
$conf['umask'] = 0111; //set the umask for new files
$conf['dmask'] = 0000; //directory mask accordingly
$conf['lang'] = 'en'; //your language
-$conf['basedir'] = ''; //relative dir to serveroot - blank for autodetection
-$conf['datadir'] = './data'; //where to store the data
-$conf['olddir'] = './attic'; //where to store old revisions
-$conf['mediadir'] = './media'; //where to store media files
-$conf['changelog'] = './changes.log'; //change log
+$conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection
+$conf['datadir'] = './data/pages'; //where to store the data
+$conf['olddir'] = './data/attic'; //where to store old revisions
+$conf['mediadir'] = './data/media'; //where to store media files
+$conf['changelog'] = './data/changes.log'; //change log
/* Display Options */