|
PmWiki / MultiHostWiki |
SearchWiki PmWiki.RecentChanges Edit Page Page Revisions |
group.php level. In order to view new PmWiki sites, the following steps must be taken:
Group.php customizations
Group.php file.
<?php header("Location: http://www.domainname.com/path/to/wiki/Groupname/pagename"); ?>
wiki file to point to the pmwiki.php file.
<?php chdir("../pmwiki"); include("pmwiki.php"); ?>
<Files wiki>
SetHandler application/x-httpd-php
</Files>