Edit Page
Search Site
Recent Changes: All | Pm Wiki
For web developers who host several clients on a single server, Per Group Customizations allow a single Pm Wiki installation to handle all sites with customization handled at the group.php level. In order to view new Pm Wiki sites, the following steps must be taken:
  • Define the new Group.php customizations
  • Set the index.php file for the group to point to the Group.php file.
  • Create wiki file to point to the pmwiki.php file.
    • <?php chdir("../pmwiki"); include("pmwiki.php"); ?>
  • Create .htaccess file:
    • <Files wiki>
    • SetHandler application/x-httpd-php
    • </Files>

Edit PagePage RevisionsEditing HelpSearch SiteAll Recent Changes
Page last modified on July 23, 2003, at 06:25 PM
For questions about the site, please contact webmaster@carp-mi.net.