What happens, if you delete the following lines?
RewriteRule ^wiki/*$ /cbwiki/index.php [L,QSA] RewriteRule ^/*$ /cbwiki/index.php [L,QSA]
It's working for me this way:
"LocalSettings.php" $wgScriptPath = "/usr/cvb/mediawiki-1.15.1"; $wgArticlePath = "/wiki/$1"; $wgUsePathInfo = true;
".htaccess" in my DOCUMENT_ROOT (/opt/lampp/htdocs): RewriteEngine On RewriteRule ^wiki/(.*)$ /usr/cvb/mediawiki-1.13.1/index.php?title=$1 [PT,L,QSA]
Best regards, Claus
---------- This message was sent from a MailNull anti-spam account. You can get your free account and take control over your email by visiting the following URL.