> adaptivefarm/ > > bin/ > > moin.cgi
> ScriptAlias /adaptivebooks > "/usr/local/share/moin/adaptivefarm/cgi-bin/moin.cgi" bin or cgi-bin? BTW, using host based farming (*.example.org/PageName) is easier than path based (example.org/*/PageName). > wikis = [ > > ("adaptivebooks", r"^adaptiveaerospace.com/adaptivebooks.*$"), > > ("adaptiveprojects", r"^adaptiveaerospace.com/adaptiveprojects.* > $"), > > ] > > > > I call the adaptivebooks wiki with the URL : > > https://www.adaptiveaerospace.com/adaptivebooks > You forgot the www. in your regexes. I usually use r"^(www\.)?......" so it works with and without www.. > "No wiki configuration matching the URL found!" Yeah, true, but fixable. :) ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Moin-user mailing list Moin-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/moin-user