Chris Hecker schreef:
Assuming this doesn't have big unfixable problems (and if it does we should update the mediawiki doc pages on this subject), I would definitely say it's worth the trouble because a) it wasn't much trouble, and b) it's just so nice to have the squeaky clean URLs.
Using Alias /wiki /w/index.php and putting all your stuff in /w is *much* easier. You just have to adjust $wgArticlePath and $wgScript in LocalSettings.php to make it work. A problem with your RewriteRules is that you can't create a page called "api.php" on your wiki (or anything ending in ".php", really).
Roan Kattouw (Catrope)