Le 2008-02-04 21:38:23 +0100, Stefan X écrivait : > Jean-Philippe Guérard schrieb: >> Le 2008-02-04 06:34:04 +0100, Stefan X écrivait : >>> I did not configure any path to the themes directly; it was not >>> mentioned in the installation description. As mentioned before I >>> configured the path to the static content directory (which includes >>> the themes) as an Apache alias. So, what to do? >> >> Look at the source code of your page, from your browser, to check the >> URL used for the CSS files. > > These paths look like /wiki/modern/css/common.css where "wiki" is both > the Apache-alias and the MoinMoin root directory.
This is the problem. You've got: url_prefix = '/wiki' somewhere in your farmconfig.py or wikiconfig.py You simply need to remove it. >> You should then try to access directly a Moin CSS file with your >> browser, for exemple : >> http://my-site.com/moin_static160/modern/css/screen.css > > This works! I am wondering, that I don't need "wiki" at the beginning of > the directory path. Your Apache setup is OK. HTH. -- Jean-Philippe Guérard http://tigreraye.org ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
