On Mon, 2009-12-07 at 11:48 -0500, Brent S. Elmer Ph.D. wrote:
> % moin-mass-migrate
[..]
>   File "/usr/lib/pymodules/python2.5/MoinMoin/web/contexts.py", line 132, in 
> cfg
>     raise NotFound('<p>No wiki configuration matching the URL found!</p>')
> werkzeug.exceptions.NotFound: 404 Not Found

> My /etc/moin/wikilist contains the following like it always has.
> 
> www-data belmer.btv.ibm.com/profitwiki
> www-data belmer.btv.ibm.com/infrawiki
> 
> My farmconfig.py contains this:
> 
> wikis = [
>     ("profitwiki",  r"^belmer.btv.ibm.com/profitwiki.*$"),    #to add 
> infrawiki bse 4-4-2008
>     ("infrawiki",  r"^belmer.btv.ibm.com/infrawiki.*$"),    #to add infrawiki 
> bse 4-4-2008
> ]

The leading caret is wrong, since the live wiki evaluate the full URL,
including the protocol.

I suggest you use something like:
        ("profitwiki",  r".*://belmer.btv.ibm.com/profitwiki/.*"),

Franklin




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to