Russ Lavoie wrote:
> This is what my URL looks like...
> http://e
n.somedomain.com/index.php/Main_Page I want it to look
like
> http://en.somedomain.com
<http://en.somedomain.co
m/> if that is
> possible. Mostly I just want to get rid of the
index.php in the URL.
In your root, you install your MediaWiki in /w/
In your root, you put a .htaccess with the rules indicated
in the doc
(or in Apache conf, if you can/know how to do that)
Set $wgArticlePath = "/wiki/$1"; in
LocalSettings.php
It should work.
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l Wikimedia.org
http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
|