<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'd like to set up a read-only backup wiki on a second server. That way, if the main server goes down, people can always at least read the contents as of the latest backup. Is there a simple way to make an existing wiki read-only?<div><br class="webkit-block-placeholder"></div><div>I've tried putting this in the config.php:</div><div><br class="webkit-block-placeholder"></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 14px/normal Courier; ">$HandleAuth['edit'] ='admin';</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 14px/normal Courier; "><br class="webkit-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 14px/normal Courier; ">But that didn't prevent people from posting comments using commentboxplus.</div></div><div><br class="webkit-block-placeholder"></div><div>I'm on a linux server. Maybe there's a way to set the wiki to read-only via file permissions on the server. But I would prefer to do it through pmwiki or a cookbook recipe, so I can freely move the wiki to any host. (Besides, I don't know LInux.)</div><div><br class="webkit-block-placeholder"></div><div>Randy</div></body></html>