>       sys.path.insert(0, '/home/flindner/moinmoin/test_instance')
>       sys.path.insert(0, '/home/flindner/moinmoin/lib/python2.5/site- 
> packages')

You should insert the wiki config directory LAST, so it is at the very
beginning of sys.path.

> wikiconfig.py in test_instance needs to have absolute paths for the  
> data and underlay dir or - I guess - relative to moin.wsgi.

Better use absolute.

>       RewriteCond %{REQUEST_URI} ^/testwiki/
>       RewriteRule ^(.*)$ /moin.wsgi/$1 [L]

I think you can do this easier just with RewriteRule.

BTW, mod_rewrite had some issues in the past with pagenames ending with
a question mark. You could check if this still happens.



------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to