[Moin-user] Problems acessing CSS
Matheus Leite
matheusleite at gmail.com
Sat Jun 4 07:43:08 EDT 2005
Hi Eduardo,
No it doesn't, I had already checked. However I ended up discovering
CSS doesn't work if the Alias and Location directives refer to the
same name, as in:
Alias /mywiki "C:/Python23/share/moin/htdocs"
<Location /mywiki>
SetHandler python-program
PythonPath "['C:/Python23/share/moin/mywiki']+sys.path"
PythonHandler MoinMoin.request::RequestModPy.run
</Location>
When I changed <Location /mywiki> to <Location /foo>, everything
worked fine (don't ask me why).
Matheus
2005/6/4, Eduardo Mercovich <eduardo.mercovich at gmail.com>:
> Hi Matheus.
>
> > Hello, I installed MoinMoin 1.3.4 under Windows 2003 with Apache2 /
> > mod_python and Python 2.3. I followed the installation procedure
> > strictly and the wiki works, but I only get an ugly plain text
> > interface no matter the theme I choose. (...)
>
> Does http://moinmoin.wikiwikiweb.de/HelpOnInstalling/TroubleShooting,
> heading "CSS files do not work" (the last one) helps?
>
> Regards...
>
> --
> Eduardo Mercovich
> Buenos Aires - Argentina.
>
More information about the Moin-user
mailing list