[Moin-user] Problems acessing CSS
greg whittier
gregwh at gmail.com
Sun Jun 5 05:42:04 EDT 2005
I'm not sure what's going on, but you could also change
Alias /mywiki "C:/Python23/share/moin/htdocs"
to
Alias /wiki "C:/Python23/share/moin/htdocs"
and
url_prefix = "/mywiki"
to
url_prefix = "/wiki"
I believe this is consistent with the documentation. Not you'll still
use http://www.myhost.com/mywiki to access the wiki.
Greg
On 6/3/05, Matheus Leite <matheusleite at gmail.com> wrote:
> 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.
>
> Here is my httpd.conf:
>
> 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>
>
> And in wikiconfig.py I have:
>
> data_dir = 'C:/Python23/share/moin/mywiki/data'
> data_underlay_dir = 'C:/Python23/share/moin/mywiki/underlay'
> url_prefix = '/mywiki'
>
> I also discovered that, if I try to access the CSS file directly on
> the browser, say http://www.myhost.com/mywiki/modern/css/common.css,
> it doesnt't work! Instead, it takes me to the FrontPage. However, if I
> comment out the whole Location directive from httpd.conf and restart
> Apache, the css file becomes accessible normally.
>
> Does anyone know what causes this problem and how to fix it?
>
> Regards,
>
> Matheus
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
> a projector? How fast can you ride your desk chair down the office luge track?
> If you want to score the big prize, get to know the little guy.
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r
> _______________________________________________
> Moin-user mailing list
> Moin-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/moin-user
>
More information about the Moin-user
mailing list