[Moin-user] Moin as main page (apache)
Geir Thomassen
chaos at in.fer.no
Thu May 30 08:18:05 EDT 2002
I am playing with moin 1.0 on RedHat 7.3, python2.2 and apache.
I want my users to visit the start page when they open http://machine.domain/
Everything works fine when I am using:
Alias /wiki/ "/usr/share/moin/htdocs/"
ScriptAlias /mywiki "/var/www/mywiki/moin.cgi"
and the start page is http://machine.domain/mywiki/
NOW, I want the start page to be just http://machine.domain/, so I
change the apache ScriptAlias to:
ScriptAlias / "/var/www/mywiki/moin.cgi"
the opening page loads correctly, but every link is an apache "Not Found"
page. Any ideas ?
Regards
Geir
More information about the Moin-user
mailing list