Thats something I tried but cannot get it to function for mediawiki (works on wordpress) maybe im using the wrong redirect code (same as the old apache one)?
RewriteRule ^index/(.*)$ /wiki/index.php?title=$1 [PT,L,QSA]
RewriteRule ^index/*$ /wiki/index.php [L,QSA]
RewriteRule ^/*$ /wiki/index.php [L,QSA
Thanks