Interesting glitch. I'm trying to get moinmoin integrated into my site. I have it working fine on a different site set up the same. Well, there must be something different, but I can't find it. If I enter any URL that doesn't exist, I end up at the same place which is the Main.py in the mike context (my default). These are the relevant portions of my httpd.conf:
Alias /wiki/ "/usr/share/moin/htdocs/" ScriptAlias /mjmwiki "/usr/share/moin/mywiki/moin.cgi" LoadModule webkit_module /usr/lib/apache/1.3/mod_webkit.so AddModule mod_webkit.c AddType text/psp .psp AddHandler psp-handler .psp RewriteEngine on RewriteCond $1 !^/mike RewriteRule ^(.*)$ /mike$1 [PT] <Location /mike> WKServer localhost 8086 SetHandler webkit-handler </Location> -- Michael Montagne [EMAIL PROTECTED] http://www.themontagnes.com ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
