[Moin-user] problem with path

Thilo Pfennig tpfennig at gmail.com
Sun Nov 27 09:13:01 EST 2005


Hi, I have mangaged to install another wiki. The problem there is,
that allthough it runs on root I always see /moin.py in the path.

The Rewrite rules are as following:
RewriteEngine On
RewriteRule ^kielwiki.png - [last]
RewriteRule ^css - [last]
RewriteRule ^wiki - [last]
RewriteRule ^_static/(.*)$ http://www.kielwiki.de/wiki/$1 [last]
RewriteCond %{REQUEST_URI} !moin.py.*
RewriteRule ^(.*)$ /moin.py/$1 [L,type=application/x-httpd-cgi]


If I delete RewriteCond nothing works. What am I doing wrong?

Thilo
--
http://www.pfennigsolutions.de/




More information about the Moin-user mailing list