Разобрался. Если кого заинтересует вот инфа
В LocalSetting.php строка ~43
$wgScriptPath = "";
$wgScript = "$wgScriptPath/index.php";
$wgRedirectScript = "$wgScriptPath/redirect.php";
$wgArticlePath = "$wgScriptPath/$1";
в .htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?title=$1 [L,QSA]
и все! =)
сам движок можно скачать по ссылке
http://www.mediawiki.org/wiki/Download/ru
Изменил: Protus (17.04.2010 / 16:59)