Install PhpWiki - 1.3.10
OK. I just wrestled phpwiki 1.3.10 and won.
Here’s How I did it:
1.- download / untar
2.- edit virtualhost definition or apache configuration, and make sure the file *wiki* is the index:
<directory /this/file/is/here>
DirectoryIndex wiki
</directory>
3.- Make sure that wiki gets processed by php
<files "wiki*"> SetHandler application/x-httpd-php </files>
4.- follow the INSTALL instructions.