faq:pageprotect
How can I make some pages non-writable?
There are two ways:
- Use the DokuWiki ACL feature (recommended).
- Just remove the write permissions for the webserver on that particular file. eg1):
chmod 644 file.txt
Be sure you understand permissions, as permissions impact security.
1)
The following example applies only for Linux/Unix like OS and assumes that the file is not owned by the webserver.
faq/pageprotect.txt · Last modified: by Michaelsy