On Tue, Sep 2, 2008 at 10:24 AM, Lukasz Szybalski <[EMAIL PROTECTED]> wrote: > On Mon, Sep 1, 2008 at 3:18 PM, George Oliver <[EMAIL PROTECTED]> wrote: >> Hi, I'm getting some strangeness with our wiki on Apache. What happens is I >> need to click twice on a link to go to that link's page. When you click once >> on a link, the page reloads and then you get links that look like this: >> >> http://matingball.com/matingballwiki//CategoryMuds/CategoryMuds >> >> >> Here are the Apache directives: >> >> DocumentRoot "/home/matingball/www" >> ServerName matingball.com >> #ScriptAlias /matingballwiki >> "/home/matingball/www/matingballwiki/cgi-bin/moin.cgi" >> <Location /matingballwiki> >> SetHandler python-program >> # Add the path of your wiki directory >> PythonPath "['/home/matingball/www/matingballwiki'] + sys.path" >> PythonHandler MoinMoin.request::RequestModPy.run >> </Location> >> <Directory "/home/matingball/www"> >> allow from all >> Options +Indexes >> </Directory> >> Alias /wiki "/usr/share/moin/htdocs/" >> >> >> I found a similar problem described here: >> >> http://osdir.com/ml/web.wiki.moin.general/2005-12/msg00074.html >> >> http://moinmo.in/MoinMoinBugs/ClickTwiceFirstLink >> >> >> However I wasn't able to get a solution with my interpretation of those >> methods (and we'd like to use mod_python still). Anyone have some ideas? >> > > Hello, > Read http://moinmo.in/HelpOnInstalling/ApacheWithModPython > or > http://lucasmanual.com/mywiki/#head-1502679dab884b22a1092625c79f96fc48617e6f > > especially the part that says to add: > > PythonOption Location /mywiki > > this will solve your problem. >
Forgot to add this link: http://moinmo.in/MoinMoinBugs/LinksAndTwoForwardSlashes ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
