I've just installed Mediawiki on Apache and I want the url should be

localhost/Main_Page/
localhost/Special:Recent_Changes
...

instead of

localhost/index.php/Main_Page/
localhost/index.php/Special:Recent_Changes

I've tried many times and in many ways but it still doesn't work. Any suggest for a "exactly" what to do, step by step. MediaWiki docs didn't talk about .htaccess. It had only nginx and lighttpd.

share|improve this question

1 Answer

up vote 1 down vote accepted

This MediaWiki documentation does talk about htaccess: http://www.mediawiki.org/wiki/Manual:Short_URL/Apache

share|improve this answer

Your Answer

 
or
required, but never shown
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.