- Bay Area Locations - Lance Hoffman -
-

Stories

Pictures

Posting Service

Ideas and Opinions

Some Useful Links

Resume

Contact Me

Lance Hoffman
OAKLAND FILM CENTER
Oakland, CA
cell 510 326 7048
efax 510 578 7775

Other Links

For web developers who host several clients on a single server, PerGroupCustomizations allow a single PmWiki installation to handle all sites with customization handled at the group.php level. In order to view new PmWiki 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>

-
-
Last modified on July 23, 2003, at 04:25 PM
-
-