I have a PhpWiki (latest version) that for various reasons I'd like to make read-only for a while after I launch it. Does anyone have advice on the most direct way to do this? It would be ideal, but not required, for the admin account to still have write access. (It's a new wiki and there are no existing user accounts yet, other than the admin account.)
Thanks for any help,
Jack
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a PhpWiki (latest version) that for various reasons I'd like to make read-only for a while after I launch it. Does anyone have advice on the most direct way to do this? It would be ideal, but not required, for the admin account to still have write access. (It's a new wiki and there are no existing user accounts yet, other than the admin account.)
Thanks for any help,
Jack
ALLOW_ANON_EDIT = false
ALLOW_BOGO_LOGIN = false
ALLOW_USER_PASSWORDS = false
For admin only, I would use ALLOW_USER_PASSWORDS = true
and use a read-only method, like File with an empty file.