$wgScriptPath = "/wiki"; $wgScript = "$wgScriptPath/index.php"; $wgRedirectScript = "$wgScriptPath/redirect.php"; $wgArticlePath = "$wgScriptPath/$1"; $wgScriptPathMediaWikiのルートディレクトリ。つまりインストールした場所のこと。 $wgArticlePath記事のURL。この場合、“ドメイン/wiki/ページ名”ということになる。 その他なくても動く。 [編集] .htaccessでやること RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILE