By michael on November 20, 2009
Building on yesterday’s post on setting up PmWiki on nginx, I figured out the nginx configurations for PmWiki Clean URLs. First, copy the example config.php out of the docs/ directory to the root of the PMWiki site, in my case, I installed to $DOCROOT/pmwiki/: cd $DOCROOT cp pmwiki/docs/sample-config.php pmwiki/config.php Following the Clean URL notes, in [...]
Posted in Software |
By michael on November 19, 2009
I’ve been looking at a few wiki packages for a project and found PmWiki to my liking – under active development, a nice default skin, easily customizable, and it does not require a database. My personal choice is ikiwiki, which I run on my laptop for quick notes, but since this project is for a [...]
Posted in Software |