<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<UL>
  <LI style="LIST-STYLE-TYPE: none">I am working on setting up various wikis for 
  different departments on the company intranet. I was able to get a single wiki 
  working without much trouble. I am having trouble setting up farmconfig.py 
  correctly or I am incorrect in the way I think it will work. <SPAN 
  class=anchor id=line-1266></SPAN><SPAN class=anchor id=line-1267></SPAN>I have 
  modified my farmconfig.py wikis = [... <SPAN class=anchor 
  id=line-1268></SPAN><SPAN class=anchor id=line-1269></SPAN></LI></UL>
<P class=line867><SPAN class=anchor id=line-1270></SPAN><PRE> wikis = [
<SPAN class=anchor id=line-1271></SPAN>    ("ProductionDeveloper", r"^server/proddev/.*$"),   
<SPAN class=anchor id=line-1272></SPAN>    ("ApplicationDeveloper", r"^server/appdev/.*$"),      
<SPAN class=anchor id=line-1273></SPAN>]
<SPAN class=anchor id=line-1274></SPAN></PRE><SPAN class=anchor 
id=line-1275></SPAN><SPAN class=anchor id=line-1276></SPAN>
<UL>
  <LI style="LIST-STYLE-TYPE: none">I am getting errors <SPAN class=anchor 
  id=line-1277></SPAN><SPAN class=anchor id=line-1278></SPAN></LI></UL>
<P class=line867><SPAN class=anchor id=line-1279></SPAN><PRE>Could not find a match for url: "server/FindPage".
<SPAN class=anchor id=line-1280></SPAN>
<SPAN class=anchor id=line-1281></SPAN>Check your URL regular expressions in the "wikis" list in
<SPAN class=anchor id=line-1282></SPAN>"farmconfig.py".
<SPAN class=anchor id=line-1283></SPAN></PRE><SPAN class=anchor 
id=line-1284></SPAN><SPAN class=anchor id=line-1285></SPAN>
<UL>
  <LI style="LIST-STYLE-TYPE: none">Am I configuring the wiki farm to only work 
  on sub pages? <SPAN class=anchor id=line-1286></SPAN><SPAN class=anchor 
  id=line-1287></SPAN>Can I create a farm like above or do I have to have 
  something like below: <SPAN class=anchor id=line-1288></SPAN><SPAN 
  class=anchor id=line-1289></SPAN></LI></UL>
<P class=line867><SPAN class=anchor id=line-1290></SPAN><PRE> wikis = [
<SPAN class=anchor id=line-1291></SPAN>    ("ProductionDeveloper", r"^proddev.server/.*$"),   
<SPAN class=anchor id=line-1292></SPAN>    ("ApplicationDeveloper", r"^appdev.server/*$"),      
<SPAN class=anchor id=line-1293></SPAN>]
<SPAN class=anchor id=line-1294></SPAN></PRE></DIV></BODY></HTML>