On 07/04/2011 02:07, Brion Vibber wrote:
I think the best way to do this would be to whip up an extension using the 'GetLocalURL' hook to change the URLs that MediaWiki outputs when they look clean (no extra query params etc).
I think I understand the theory, what you mean.
For general info on extensions& writing them see: http://www.mediawiki.org/wiki/Manual:Extensions and http://www.mediawiki.org/wiki/Manual:Developing_extensions -- a simple extension can just be one function so it's not too intimidating really. :)
You haven't see what I can write with PHP... it's both intimidating and I'll probably add numerous security holes everywhere :p