config:savedir
Configuration Setting: savedir
This is the path where all files will be stored. It may be an absolute path, or a path relative to the directory where DokuWiki is installed. It needs to be writable by the webserver.
- Type: String
- Default:
./data
Inside this directory are multiple subdirectories and the changelog. You can override their position by the following config parameters1):
| Parameter | default inside savedir |
|---|---|
| datadir | pages |
| olddir | attic |
| mediadir | media |
| mediaolddir | media_attic |
| mediametadir | media_meta |
| cachedir | cache |
| lockdir | locks |
| changelog | changes.log |
| metadir | meta |
| indexdir | index |
| tmpdir | tmp |
| logdir | log |
Danger: Changing this option could make your wiki and the configuration menu inaccessible.
See also
1)
not available within the Config Manager
config/savedir.txt · Last modified: by schplurtz
