I really must use the exact URL as stated previously, and the location of files is quite important as well.
What accompanying changes have you made in you LocalSettings.php file.
-Ed
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Schneelocke Sent: Thursday, December 06, 2007 17:16 To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Short URLs
Hi Ed,
I've tried using a rewrite rule, but (1) I couldn't find an example
that
exactly matches what I want, and (2) none of the ones I did try
worked.
I'm afraid I don't know enough about rewrite rules to properly troubleshoot why it isn't working.
Here's what I'm using:
RewriteEngine on RewriteRule ^wiki/?(.*)$ /w/index.php?title=$1 [L,QSA]
The actual MediaWiki installation resides in /w/, while pretty URLs use /wiki/ (e.g. /wiki/Main_Page etc.). If having different directories there is OK for you, the above or some variation thereof should work.