Wikipedia でも利用されている Mediawiki
# cat .htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
$wgArticlePath = "/$1"; $wgUsePathInfo = true;
$wgGroupPermissions['*' ]['edit'] = false; $wgGroupPermissions['user' ]['edit'] = true;