Manfred Mislik schrieb:
I recently installed mediawiki and got tex to work after I read INSTALL more closely to find out ocaml 3.0.6 is required :-)
Now I'm facing the "problem" that phase3 rewrites an url http://domain.tld/wiki.phtml to http://domain.tld/wiki/wiki.phtml Well this doesn't actually bother me much as long as everything gets displayed correctly BUT it doesn't find ~/upload/ anymore since it writes it as ~/wiki/upload/ and therefore doesn't show any images cause it cant find them.
I think it should work if you change $wgScriptPath in LocalSettings.php from /wiki to /
Alwin Meschede